homebrew-core/Formula/xaric.rb

14 lines
348 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Xaric < Formula
homepage 'http://xaric.org/'
2013-01-27 23:26:29 +00:00
url 'http://xaric.org/software/xaric/releases/xaric-0.13.6.tar.gz'
sha1 'ed10e395dea29fdf7bbc0d65389d789d7d4ca09b'
def install
2013-01-27 23:26:29 +00:00
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end