Formula for tinc (1.0.13)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6e8d9364ee
commit
2dc06f0ee8
1 changed files with 14 additions and 0 deletions
14
Formula/tinc.rb
Normal file
14
Formula/tinc.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Tinc <Formula
|
||||
url 'http://www.tinc-vpn.org/packages/tinc-1.0.13.tar.gz'
|
||||
homepage 'http://www.tinc-vpn.org'
|
||||
md5 '86263994d38c750431efd17e9a91a248'
|
||||
|
||||
depends_on 'lzo'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue