zxcc: modernize
Closes Homebrew/homebrew#35402. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
9195632478
commit
a55060db2b
1 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue