Created
September 27, 2012 06:33
-
-
Save allenhuang/3792521 to your computer and use it in GitHub Desktop.
Unofficial brew formula for proxychains 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Unofficial brew formula for proxychains 4 | |
# Instruction: | |
# $ git clone git://gist.github.com/3792521.git gist-3792521 | |
# $ brew install --HEAD gist-3792521/proxychains4_formula.rb | |
# | |
# The default config file will be located in /usr/local/etc/proxychains.conf | |
# | |
require 'formula' | |
class Proxychains < Formula | |
head 'https://github.com/haad/proxychains.git' | |
homepage 'https://github.com/haad/proxychains' | |
def install | |
system "./configure", "--prefix=#{prefix}" | |
system "make" | |
system "make install" | |
system "make install-config" | |
end | |
end |
As the title says: It's Unofficial.
See haad/proxychains#26 for details
And... rofl0r/proxychains forked from haad/proxychains
Why you claim 'rofl0r/proxychains' is official?
Why not push the formula to the official homebrew repo?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why do you post this here ? the official repo is https://github.com/rofl0r/proxychains/
also you have to use --sysconfdir=/etc when you dont want the config file end up in $prefix/etc