libzip: modernize
This commit is contained in:
parent
a3a13b3a4b
commit
9032bbbd06
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Libzip < Formula
|
||||
homepage 'http://www.nih.at/libzip/'
|
||||
url 'http://www.nih.at/libzip/libzip-0.11.2.tar.gz'
|
||||
sha1 'eeb3b5567fcf3532fa4bcb6440a87c7ad8507d2d'
|
||||
homepage "http://www.nih.at/libzip/"
|
||||
url "http://www.nih.at/libzip/libzip-0.11.2.tar.gz"
|
||||
sha1 "eeb3b5567fcf3532fa4bcb6440a87c7ad8507d2d"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -20,6 +18,6 @@ class Libzip < Formula
|
|||
"--mandir=#{man}",
|
||||
"CXX=#{ENV.cxx}",
|
||||
"CXXFLAGS=#{ENV.cflags}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue