Created
February 3, 2015 15:59
-
-
Save pthrasher/e7420da5581b696d7091 to your computer and use it in GitHub Desktop.
sshuttle formula for 10.10 support
This file contains hidden or 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
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Must be installed using
brew install --HEAD sshuttle