homebrew-core/Formula/apparix.rb

14 lines
350 B
Ruby
Raw Normal View History

require 'formula'
class Apparix < Formula
homepage 'http://micans.org/apparix/'
2013-01-27 01:26:00 +00:00
url 'http://micans.org/apparix/src/apparix-11-062.tar.gz'
sha1 '44bb22cbaf33719e69d3aea2cdf2fd985fee4647'
def install
2013-01-27 01:26:00 +00:00
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end