Class: Snowcrash
- Inherits:
-
Formula
- Object
- Formula
- Snowcrash
- Defined in:
- ext/snowcrash/tools/homebrew/snowcrash.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
7 8 9 10 11 |
# File 'ext/snowcrash/tools/homebrew/snowcrash.rb', line 7 def install system "./configure" system "make", "snowcrash" bin.install Dir["bin/snowcrash"] end |