Commit 2787294d authored by hdt's avatar hdt

add proxychains package

parent 197ed4f4
require 'package'
class Proxychains < Package
description 'a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy.'
homepage 'https://github.com/haad/proxychains'
version '4.2.0'
source_url 'https://github.com/haad/proxychains/archive/proxychains-4.2.0.tar.gz'
source_sha256 '225284e5553fb062d09ed425d2815387eda9c1c0d6e2bc24ea95393a71601619'
def self.build
system "./configure", "--prefix=#{CREW_PREFIX}"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment