Sha256: 847fe7cc319135bb6d5cf2d5f533e6c95f0e43428950a5c0e05ed24aa42585c4

Contents?: true

Size: 231 Bytes

Versions: 7

Compression:

Stored size: 231 Bytes

Contents

require 'formula'

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

  def install
    system "./configure"
    system "make", "install"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
redsnow-0.1.6 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.1.5 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.1.4 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.1.3 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.1.2 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.1.1 ext/snowcrash/tools/homebrew/snowcrash.rb
redsnow-0.1.0 ext/snowcrash/tools/homebrew/snowcrash.rb