Added formula: squirrel 2.2.4

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Michael Lapinsky 2010-08-09 23:05:50 -07:00 committed by Adam Vandenberg
parent 62a01c35d4
commit 2560c894d5
1 changed files with 16 additions and 0 deletions

16
Formula/squirrel.rb Normal file
View File

@ -0,0 +1,16 @@
require 'formula'
class Squirrel <Formula
url 'http://downloads.sourceforge.net/project/squirrel/squirrel2/squirrel%202.2.4%20stable/squirrel_2.2.4_stable.tar.gz'
homepage 'http://www.squirrel-lang.org'
md5 'e411dfd1bcc5220aa80de53e4a5f094d'
def install
system "make"
prefix.install %w[bin include lib]
doc.install Dir['doc/*.pdf']
doc.install %w[etc samples]
end
end