Files
opera-proxy/snapcraft.yaml
T

28 lines
563 B
YAML
Raw Normal View History

2021-03-28 20:07:36 +03:00
name: opera-proxy
2021-04-02 13:39:26 +03:00
version: '1.2.0'
2021-03-28 20:07:36 +03:00
summary: Standalone Opera VPN proxies client.
description: |
Standalone Opera VPN proxies client. Just run it and it'll start plain HTTP proxy server forwarding traffic via proxies of your choice.
confinement: strict
base: core18
parts:
opera-proxy:
plugin: go
source: .
build-packages:
- gcc
override-build:
make &&
cp bin/opera-proxy "$SNAPCRAFT_PART_INSTALL"
stage:
- opera-proxy
apps:
opera-proxy:
command: opera-proxy
plugs:
- network
- network-bind