Added formula: squirrel 2.2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
62a01c35d4
commit
2560c894d5
|
@ -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
|
Loading…
Reference in New Issue