Commit 10e2dc74 authored by ginuerzh's avatar ginuerzh

update snapcraft.yaml

parent 33d50b15
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
apps: base: core18
gost: license: MIT
command: bin/gost
plugs: [network, network-bind, home]
parts: parts:
go:
source-tag: go1.10
gost: gost:
after: [go]
source: .
source-type: git
source-branch: master
plugin: go plugin: go
go-packages: [github.com/ginuerzh/gost/cmd/gost] go-packages: [github.com/ginuerzh/gost/cmd/gost]
go-importpath: github.com/ginuerzh/gost source: https://github.com/ginuerzh/gost.git
source-type: git
source-branch: '2.8'
build-packages:
- build-essential
apps:
gost:
command: bin/gost
plugs:
- home
- network
- network-bind
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment