2012-02-05 13:53:52 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Redsocks < Formula
|
|
|
|
homepage 'http://darkk.net.ru/redsocks'
|
2012-06-29 06:25:19 +00:00
|
|
|
url 'https://github.com/darkk/redsocks/tarball/release-0.4'
|
|
|
|
sha1 'd8c04e12efc168f6a3910b17e84682aa869afdce'
|
2012-02-05 13:53:52 +00:00
|
|
|
|
|
|
|
depends_on 'libevent'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system 'make'
|
|
|
|
bin.install 'redsocks'
|
|
|
|
end
|
|
|
|
end
|