Sha256: 79710cdcafa9f0c64ccdc3711948a367cbaf6c39704cab078c59009d945bd517

Contents?: true

Size: 270 Bytes

Versions: 5

Compression:

Stored size: 270 Bytes

Contents

require 'formula'

class Snowcrash < Formula
  homepage 'http://apiblueprint.org'
  head 'https://github.com/apiaryio/snowcrash.git', :tag => 'v0.16.1'

  def install
    system "./configure"
    system "make", "snowcrash"
    bin.install Dir["bin/snowcrash"]
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redsnow-0.3.7 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.3.4 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.3.3 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.3.2 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.3.1 ext/snowcrash/tools/homebrew/snowcrash.rb