forked from lool/dnsmasq-snap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnapcraft.yaml
39 lines (37 loc) · 888 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: dnsmasqd-dhoward
version: 2.76
summary: Network infrastructure swiss-army knife
description: |
Dnsmasq provides network infrastructure for small networks: DNS, DHCP, router
advertisement and network boot. It is designed to be lightweight and have a
small footprint, suitable for resource constrained routers and firewalls.
grade: stable
confinement: strict
apps:
dnsmasq:
command: bin/dnsmasq
plugs:
- network
- network-bind
- network-control
dnsmasqd:
daemon: simple
command: bin/wrapper
plugs:
- network
- network-bind
- network-control
parts:
dnsmasq:
plugin: make
source: https://github.com/lool/dnsmasq.git
source-tag: v2.76
organize:
usr/local/sbin/dnsmasq: bin/dnsmasq
snap:
- bin/dnsmasq
wrapper:
plugin: dump
source: .
organize:
wrapper: bin/wrapper