update snapcraft.yaml
This commit is contained in:
parent
33d50b157e
commit
10e2dc74f9
@ -1,26 +1,29 @@
|
|||||||
name: gost
|
name: gost
|
||||||
version: '2.8'
|
type: app
|
||||||
summary: GO Simple Tunnel
|
version: '2.8.2'
|
||||||
|
title: GO Simple Tunnel
|
||||||
|
summary: A simple security tunnel written in golang
|
||||||
description: |
|
description: |
|
||||||
A simple tunnel written in golang
|
https://github.com/ginuerzh/gost
|
||||||
|
|
||||||
grade: stable
|
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
grade: stable
|
||||||
|
base: core18
|
||||||
|
license: MIT
|
||||||
|
parts:
|
||||||
|
gost:
|
||||||
|
plugin: go
|
||||||
|
go-packages: [github.com/ginuerzh/gost/cmd/gost]
|
||||||
|
source: https://github.com/ginuerzh/gost.git
|
||||||
|
source-type: git
|
||||||
|
source-branch: '2.8'
|
||||||
|
build-packages:
|
||||||
|
- build-essential
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
gost:
|
gost:
|
||||||
command: bin/gost
|
command: bin/gost
|
||||||
plugs: [network, network-bind, home]
|
plugs:
|
||||||
|
- home
|
||||||
parts:
|
- network
|
||||||
go:
|
- network-bind
|
||||||
source-tag: go1.10
|
|
||||||
gost:
|
|
||||||
after: [go]
|
|
||||||
source: .
|
|
||||||
source-type: git
|
|
||||||
source-branch: master
|
|
||||||
plugin: go
|
|
||||||
go-packages: [github.com/ginuerzh/gost/cmd/gost]
|
|
||||||
go-importpath: github.com/ginuerzh/gost
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user