gost_software/snap/snapcraft.yaml
2022-04-13 21:06:29 +08:00

34 lines
564 B
YAML

name: gost
base: core20
version: '2.11.2'
summary: A simple security tunnel written in golang
description: |
Project: https://github.com/ginuerzh/gost
Wiki: https://v2.gost.run
icon: gost.png
website: https://v2.gost.run
confinement: strict
grade: stable
parts:
gost:
plugin: go
go-channel: latest/stable
source: https://github.com/ginuerzh/gost
source-subdir: cmd/gost
source-type: git
source-tag: v2.11.2
build-packages:
- gcc
apps:
gost:
command: bin/gost
plugs:
- home
- network
- network-bind