gost_software/snapcraft.yaml
2017-08-11 10:41:55 +08:00

24 lines
404 B
YAML

name: gost
version: '2.4'
summary: GO Simple Tunnel
description: |
A simple tunnel written in golang
grade: stable
confinement: strict
apps:
gost:
command: bin/gost
plugs: [network, network-bind, home]
parts:
gost:
source: .
plugin: go
go-packages: [github.com/ginuerzh/gost/cmd/gost]
go-importpath: github.com/ginuerzh/gost
after: [go]
go:
source-tag: go1.8.3