Skip to content

Instantly share code, notes, and snippets.

@pthrasher
Created February 3, 2015 15:59
Show Gist options
  • Save pthrasher/e7420da5581b696d7091 to your computer and use it in GitHub Desktop.
Save pthrasher/e7420da5581b696d7091 to your computer and use it in GitHub Desktop.
sshuttle formula for 10.10 support
require 'formula'
class Sshuttle < Formula
homepage 'https://github.com/jagheterfredrik/sshuttle'
url 'https://github.com/jagheterfredrik/sshuttle/archive/master.zip'
sha1 '5fbc3f7d949a419266d93aa09dc60bc03d8c8488'
head 'https://github.com/jagheterfredrik/sshuttle.git'
def install
# Building the docs requires installing
# markdown & BeautifulSoup Python modules
# so we don't.
libexec.install Dir['*']
bin.write_exec_script libexec/'sshuttle'
end
end
@pthrasher
Copy link
Author

Must be installed using brew install --HEAD sshuttle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment