Commit e9fd1798 authored by Gangstead's avatar Gangstead Committed by GitHub

Merge pull request #1652 from duckunix/new-prog-sshuttle

New prog sshuttle
parents 29d6d693 d751010c
require 'package'
class Sshuttle < Package
description 'Full-featured VPN over an SSH tunnel'
homepage 'https://github.com/sshuttle/sshuttle'
version '0.78.3'
source_url 'https://github.com/sshuttle/sshuttle/archive/v0.78.3.tar.gz'
source_sha256 '62c18b4d89e654687247a334e0ebaec675d38dfbedc6863d8d65044d37241b0f'
binary_url ({
})
binary_sha256 ({
})
depends_on 'python3'
def self.build
nil
end
def self.install
system "pip3 install sshuttle --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}"
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