diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lolcode.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/lolcode.rb b/Library/Formula/lolcode.rb new file mode 100644 index 000000000..abd1add25 --- /dev/null +++ b/Library/Formula/lolcode.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Lolcode <Formula + homepage 'http://www.icanhaslolcode.org/' + head 'git://github.com/justinmeza/lolcode.git' + + def install + system "make" + bin.install 'lolcode' + end +end |
