aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMoritz Ulrich2010-04-04 21:17:49 +0200
committerAdam Vandenberg2010-04-04 12:53:17 -0700
commit5522f9573d4eccb17e2bd21fbf3f279cc2c14fb5 (patch)
treee7dbcf55e96fa0effe9720685aa8ea7fd8143a8e /Library/Formula
parent61442607f70fa8124442b5b879eeb114b45b8866 (diff)
downloadhomebrew-5522f9573d4eccb17e2bd21fbf3f279cc2c14fb5.tar.bz2
Added formula for lolcode
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * lulz Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lolcode.rb11
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