dnscrypt-proxy/snapcraft.yaml

33 lines
755 B
YAML
Raw Normal View History

2019-05-22 17:43:47 +02:00
name: dnscrypt-proxy
2019-09-09 18:12:36 +02:00
version: "2.0.27"
2019-05-22 17:43:47 +02:00
summary: A flexible DNS proxy, with support for encrypted DNS protocols
description: |
A flexible DNS proxy, with support for encrypted DNS protocols.
grade: stable
confinement: classic
2019-05-22 17:43:47 +02:00
base: core18
parts:
dnscrypt-proxy:
plugin: go
2019-09-11 14:09:12 +02:00
source: https://github.com/dnscrypt/dnscrypt-proxy.git
go-importpath: github.com/dnscrypt/dnscrypt-proxy
2019-05-22 17:43:47 +02:00
build-packages:
- gcc
example-config-files:
plugin: dump
source: .
organize:
dnscrypt-proxy/*.toml: etc/
dnscrypt-proxy/*.txt: etc/
stage:
- etc
2019-05-22 17:43:47 +02:00
apps:
dnscrypt-proxy:
command: bin/dnscrypt-proxy
daemon: simple
restart-condition: on-abnormal
plugs:
- home
- network
- network-bind