2011-01-27 14:40:04 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Nimrod < Formula
|
|
|
|
homepage 'http://force7.de/nimrod/'
|
2012-02-15 15:28:21 +00:00
|
|
|
url 'http://force7.de/nimrod/download/nimrod_0.8.14.zip'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'e37e48bcec96c8baf578671c3f20cc5e1e8b0267'
|
2012-02-15 15:28:21 +00:00
|
|
|
|
|
|
|
head 'https://github.com/Araq/Nimrod.git'
|
2011-01-27 14:40:04 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "/bin/sh", "./build.sh"
|
|
|
|
inreplace 'install.sh', '$1/nimrod', '$1'
|
|
|
|
system "/bin/sh", "./install.sh", prefix
|
|
|
|
end
|
|
|
|
end
|