23 lines
351 B
YAML
23 lines
351 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-importpath: github.com/ginuerzh/gost
|
|
after: [go]
|
|
go:
|
|
source-tag: go1.8.3
|