homebrew-core/Formula/nimrod.rb

15 lines
375 B
Ruby
Raw Normal View History

require 'formula'
class Nimrod < Formula
url 'http://force7.de/nimrod/download/nimrod_0.8.10.zip'
2011-05-27 05:02:55 +00:00
head 'https://github.com/Araq/Nimrod.git'
homepage 'http://force7.de/nimrod/'
md5 'b32d08ff40d2e17eda39a3c1f1bc39f9'
def install
system "/bin/sh", "./build.sh"
inreplace 'install.sh', '$1/nimrod', '$1'
system "/bin/sh", "./install.sh", prefix
end
end