require 'formula' class Sshuttle < Formula homepage 'https://github.com/apenwarr/sshuttle' url 'https://github.com/apenwarr/sshuttle/archive/sshuttle-0.61.tar.gz' sha1 '557455c7c38653bcb3cbb5051026af7d954fec83' head 'https://github.com/apenwarr/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 an='2'>cgit logo index : homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bmake.rb
blob: 8cbf260332b278ac5e0c532c93742fd39eb356c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41