Files
hola-proxy/snapcraft.yaml
Vladislav Yarmak 458fdf2d50 bump snap version
2024-10-07 21:08:05 +03:00

28 lines
549 B
YAML

name: hola-proxy
version: '1.13.4'
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
source: .
build-packages:
- gcc
override-build:
make &&
cp bin/hola-proxy "$SNAPCRAFT_PART_INSTALL"
stage:
- hola-proxy
apps:
hola-proxy:
command: hola-proxy
plugs:
- network
- network-bind