2012-02-05 13:53:52 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Redsocks < Formula
|
|
|
|
homepage 'http://darkk.net.ru/redsocks'
|
2013-03-29 20:29:20 +00:00
|
|
|
url 'https://github.com/darkk/redsocks/archive/release-0.4.tar.gz'
|
|
|
|
sha1 '5bc432652b9776c3ee04a3ef58fc9adef8190901'
|
2012-02-05 13:53:52 +00:00
|
|
|
|
|
|
|
depends_on 'libevent'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system 'make'
|
|
|
|
bin.install 'redsocks'
|
|
|
|
end
|
|
|
|
end
|