Sha256: ba4f108f86fcb0ed37e6579b02a27ec72cfb607bc01e423cee2f4ec85aa9e8d6

Contents?: true

Size: 270 Bytes

Versions: 1

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.0'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redsnow-0.3.0 ext/snowcrash/tools/homebrew/snowcrash.rb