We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9065ef0 commit 52d7f53Copy full SHA for 52d7f53
snap/snapcraft.yaml
@@ -0,0 +1,25 @@
1
+name: brook
2
+version: master
3
+version-script: git -C parts/cointop/build rev-parse --short HEAD
4
+summary: Cross platform proxy software.
5
+description: |
6
+ Brook is a cross-platform(Linux/MacOS/Windows/Android/iOS) proxy software
7
+
8
+grade: stable
9
+confinement: strict
10
11
+parts:
12
+ go:
13
+ source-tag: go1.9.4
14
+ brook:
15
+ after: [go]
16
+ source: .
17
+ plugin: go
18
+ go-importpath: github.com/txthinking/brook.git
19
20
+apps:
21
22
+ command: brook
23
+ plugs:
24
+ - network
25
+ - network-bind
0 commit comments