Added formula for lolcode

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* lulz

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Moritz Ulrich 2010-04-04 21:17:49 +02:00 committed by Adam Vandenberg
parent 53fd1ede11
commit 195973e84b
1 changed files with 11 additions and 0 deletions

11
Formula/lolcode.rb Normal file
View File

@ -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