homebrew-core/Formula/nimrod.rb
Chris Peterson f7877f7bea nimrod 0.9.2
Closes Homebrew/homebrew#20038.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-23 20:20:45 -07:00

15 lines
382 B
Ruby

require 'formula'
class Nimrod < Formula
homepage 'http://nimrod-code.org/'
url 'http://nimrod-code.org/download/nimrod_0.9.2.zip'
sha1 '326ecd61d6df45afdc04cb8685ef46f8fb8f9e47'
head 'https://github.com/Araq/Nimrod.git'
def install
system "/bin/sh", "./build.sh"
inreplace 'install.sh', '$1/nimrod', '$1'
system "/bin/sh", "./install.sh", prefix
end
end