From b69b6f0c41da4f7f9c26f662ad5f1ea6028f7246 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Wed, 20 May 2020 01:04:01 +0300 Subject: [PATCH] add snap spec --- snapcraft.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 0000000..aa06d3d --- /dev/null +++ b/snapcraft.yaml @@ -0,0 +1,24 @@ +name: dumbproxy +version: '1.0.0' +summary: Dumbiest HTTP proxy ever. +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: + dumbproxy: + plugin: go + go-importpath: github.com/Snawoot/dumbproxy + source: https://github.com/Snawoot/dumbproxy + source-type: git + build-packages: + - gcc + +apps: + dumbproxy: + command: bin/dumbproxy + plugs: + - network + - network-bind