btpd: style nits
This commit is contained in:
parent
e1991c3df7
commit
5fed77969d
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Btpd < Formula
|
||||
url 'https://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz'
|
||||
homepage 'https://github.com/btpd/btpd'
|
||||
url 'https://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz'
|
||||
sha1 'fb7d396ed5c224dc6e743ac481e4feb4a3cf7b75'
|
||||
|
||||
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