xaric: style nits
This commit is contained in:
parent
05aabac349
commit
7ca1d0d520
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Xaric < Formula
|
||||
url 'http://xaric.org/software/xaric/releases/xaric-0.13.6.tar.gz'
|
||||
homepage 'http://xaric.org/'
|
||||
url 'http://xaric.org/software/xaric/releases/xaric-0.13.6.tar.gz'
|
||||
sha1 'ed10e395dea29fdf7bbc0d65389d789d7d4ca09b'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue