shorten: style nits
This commit is contained in:
parent
b314b2eab2
commit
9143442522
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Shorten < Formula
|
||||
url 'http://www.etree.org/shnutils/shorten/dist/src/shorten-3.6.1.tar.gz'
|
||||
homepage 'http://www.etree.org/shnutils/shorten/'
|
||||
url 'http://www.etree.org/shnutils/shorten/dist/src/shorten-3.6.1.tar.gz'
|
||||
sha1 'bd525ced0b9ba99a7a178c11647a853147977fa5'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue