homebrew-core/Formula/nimrod.rb
futoase 493eef9e1d nimrod 0.8.12
Closes Homebrew/homebrew#8912.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01 20:39:45 -06:00

14 lines
375 B
Ruby

require 'formula'
class Nimrod < Formula
url 'http://force7.de/nimrod/download/nimrod_0.8.12.zip'
head 'https://github.com/Araq/Nimrod.git'
homepage 'http://force7.de/nimrod/'
md5 '2101fdff83339b4480ffe8fd12b934da'
def install
system "/bin/sh", "./build.sh"
inreplace 'install.sh', '$1/nimrod', '$1'
system "/bin/sh", "./install.sh", prefix
end
end