newbrew for mktorrent
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixed install path.
This commit is contained in:
parent
4fc915a343
commit
6126048860
1 changed files with 12 additions and 0 deletions
12
Formula/mktorrent.rb
Normal file
12
Formula/mktorrent.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Mktorrent <Formula
|
||||
url 'http://downloads.sourceforge.net/mktorrent/mktorrent-1.0.tar.gz'
|
||||
homepage 'http://mktorrent.sourceforge.net/'
|
||||
md5 '0da00209da96a0dc39efbb6eb5b4d8ff'
|
||||
|
||||
def install
|
||||
system "make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1"
|
||||
bin.install "mktorrent"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue