Files
hola-proxy/snapcraft.yaml
Vladislav Yarmak e89c83ce05 bump snap version
2021-03-08 00:08:11 +02:00

25 lines
544 B
YAML

name: hola-proxy
version: '1.4.0'
summary: Standalone Hola proxy client.
description: |
Standalone Hola proxy client. Just run it and it'll start plain HTTP proxy server forwarding traffic via Hola proxies of your choice.
confinement: strict
base: core18
parts:
hola-proxy:
plugin: go
go-importpath: github.com/Snawoot/hola-proxy
source: https://github.com/Snawoot/hola-proxy
source-type: git
build-packages:
- gcc
apps:
hola-proxy:
command: bin/hola-proxy
plugs:
- network
- network-bind