apparix: style nits
This commit is contained in:
parent
4f84211b4a
commit
d0a09d1ac8
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Apparix < Formula
|
||||
url 'http://micans.org/apparix/src/apparix-11-062.tar.gz'
|
||||
homepage 'http://micans.org/apparix/'
|
||||
url 'http://micans.org/apparix/src/apparix-11-062.tar.gz'
|
||||
sha1 '44bb22cbaf33719e69d3aea2cdf2fd985fee4647'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue