2011-01-27 14:40:04 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Nimrod < Formula
|
2011-12-01 15:20:33 +00:00
|
|
|
url 'http://force7.de/nimrod/download/nimrod_0.8.12.zip'
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/Araq/Nimrod.git'
|
2011-01-27 14:40:04 +00:00
|
|
|
homepage 'http://force7.de/nimrod/'
|
2011-12-01 15:20:33 +00:00
|
|
|
md5 '2101fdff83339b4480ffe8fd12b934da'
|
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
|