Skip to content

Commit 52d7f53

Browse files
authored
Create snapcraft.yaml
1 parent 9065ef0 commit 52d7f53

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

snap/snapcraft.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
brook:
22+
command: brook
23+
plugs:
24+
- network
25+
- network-bind

0 commit comments

Comments
 (0)