2009-11-24 17:10:35 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Jsawk < Formula
|
2010-11-10 18:16:28 +00:00
|
|
|
homepage 'https://github.com/micha/jsawk'
|
2012-01-23 01:23:13 +00:00
|
|
|
url 'https://github.com/micha/jsawk/zipball/1.2'
|
|
|
|
md5 'cf2c500c5bc5e546296e99f75f1c4fe6'
|
|
|
|
head 'https://github.com/micha/jsawk.git'
|
2010-04-07 05:58:35 +00:00
|
|
|
|
2009-11-24 17:10:35 +00:00
|
|
|
depends_on 'spidermonkey'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "mv README.markdown README"
|
|
|
|
bin.install "jsawk"
|
|
|
|
end
|
|
|
|
end
|