~jdstrand/ufw/trunk

« back to all changes in this revision

Viewing changes to snappy-packaging/snapcraft.yaml

  • Committer: Jamie Strandboge
  • Date: 2016-12-26 19:43:56 UTC
  • mto: This revision was merged to the branch mainline in revision 968.
  • Revision ID: jamie@ubuntu.com-20161226194356-271jrb9db9jd0vl2
update to use snapcraft wholly:
- add snapcraft.yaml with make plugin
- adjust Makefile to take SNAP=yes arg for 'all' and 'install'
- remove snappy-packaging/
- add snap-files/bin/*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: ufw
2
 
version: 0.36pre-16.7
3
 
architectures: [amd64]
4
 
summary: ufw (Uncomplicated Firewall)
5
 
description: ufw as a snap
6
 
confinement: strict
7
 
grade: stable
8
 
 
9
 
apps:
10
 
  srv:
11
 
    command: bin/srv
12
 
    daemon: simple
13
 
    plugs: [ firewall-control ]
14
 
  ufw:
15
 
    command: bin/cli
16
 
    plugs: [ firewall-control ]
17
 
  init:
18
 
    command: bin/init
19
 
    plugs: [ firewall-control ]
20
 
  shell:
21
 
    command: bin/shell
22
 
    plugs: [ firewall-control ]
23
 
  ipset:
24
 
    command: sbin/ipset
25
 
    plugs: [ firewall-control ]
26
 
  doc:
27
 
  doc:
28
 
    command: bin/doc
29
 
 
30
 
parts:
31
 
  wrapper:
32
 
    plugin: dump
33
 
    source: files/
34
 
    stage-packages:
35
 
    - ipset