~dholbach/+junk/bwm-ng.snap

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Daniel Holbach
  • Date: 2015-09-24 12:12:04 UTC
  • Revision ID: daniel.holbach@canonical.com-20150924121204-3wuc19090ymwzyqi
Ubuntu plugin is gone

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 Bandwidth Monitor NG is a small and simple console-based live network and 
7
7
 disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others
8
8
icon: ubuntu.png
 
9
binaries:
 
10
  bwm-ng:
 
11
    exec: usr/bin/bwm-ng
 
12
    security-template: unconfined
 
13
 
9
14
parts:
10
15
  bwm-ng:
11
 
    plugin: ubuntu
12
 
    packages: [bwm-ng]
13
 
snappy-metadata: meta
 
16
    type: go
 
17
    source: .
 
18
    stage-packages: [bwm-ng]