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'
|
2013-11-04 04:52:15 +00:00
|
|
|
url 'https://github.com/micha/jsawk/archive/1.4.tar.gz'
|
|
|
|
sha1 '4f2c962c8a5209764116457682985854400cbf24'
|
2013-03-28 19:06:45 +00:00
|
|
|
|
2012-01-23 01:23:13 +00:00
|
|
|
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
|
2013-03-28 19:06:45 +00:00
|
|
|
mv "README.markdown", "README"
|
2009-11-24 17:10:35 +00:00
|
|
|
bin.install "jsawk"
|
|
|
|
end
|
|
|
|
end
|