31 lines
592 B
YAML
31 lines
592 B
YAML
name: gost
|
|
type: app
|
|
version: '2.8.2'
|
|
title: GO Simple Tunnel
|
|
summary: A simple security tunnel written in golang
|
|
description: |
|
|
https://github.com/ginuerzh/gost
|
|
confinement: strict
|
|
grade: stable
|
|
base: core18
|
|
license: MIT
|
|
parts:
|
|
gost:
|
|
plugin: go
|
|
go-importpath: github.com/ginuerzh/gost
|
|
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:
|
|
gost:
|
|
command: bin/gost
|
|
plugs:
|
|
- home
|
|
- network
|
|
- network-bind
|
|
|