zxcc: modernize

Closes Homebrew/homebrew#35402.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Baptiste Fontaine 2014-12-31 18:30:03 +01:00 committed by Mike McQuaid
parent 9195632478
commit a55060db2b

View file

@ -1,15 +1,13 @@
require 'formula'
class Zxcc < Formula
homepage 'http://www.seasip.info/Unix/Zxcc/'
url 'http://www.seasip.info/Unix/Zxcc/zxcc-0.5.7.tar.gz'
sha1 'cc088ef24b2a62fc2673a593982dd62c16136f18'
homepage "http://www.seasip.info/Unix/Zxcc/"
url "http://www.seasip.info/Unix/Zxcc/zxcc-0.5.7.tar.gz"
sha1 "cc088ef24b2a62fc2673a593982dd62c16136f18"
def install
system "./configure", "--prefix=#{prefix}"
system "make"
system "make check"
system "make install"
system "make", "check"
system "make", "install"
end
test do