homebrew-core/Formula/snobol4.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

11 lines
352 B
Ruby

class Snobol4 < Formula
desc "SNOBOL4 programming language"
homepage "http://www.snobol4.org/"
url "ftp://ftp.ultimate.com/snobol/snobol4-1.5.tar.gz"
sha256 "9f7ec649f2d700a30091af3bbd68db90b916d728200f915b1ba522bcfd0d7abd"
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make", "install"
end
end