forked from babluboy/nutty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
58 lines (54 loc) · 1.65 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: nutty
version: 1.0.0
summary: A Network Information Utility
description: A simple application to provide essential information on network related aspects. Nutty provides basic network information, internet usage and speed and monitors devices connected to the network.
icon: data/icons/24/com.github.babluboy.nutty.svg
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
slots:
dbus-nutty:
interface: dbus
bus: session
name: com.github.babluboy.nutty
apps:
nutty:
command: desktop-launch com.github.babluboy.nutty
plugs: [home, x11, unity7, network]
parts:
nutty:
source: https://github.com/babluboy/nutty.git
plugin: cmake
configflags: [-DCMAKE_INSTALL_PREFIX=/usr]
build-packages:
- build-essential
- valac
- intltool
- libnotify-dev
- libgee-0.8-dev
- debhelper
- libgtk-3-dev
- granite-demo
- libgranite-dev
- libsqlite3-dev
- libxml2
- libxml2-dev
stage-packages:
- gnome-keyring
- gobject-introspection
- libgdk-pixbuf2.0-0
- libgee-0.8-2
- libgtk-3-0
- libnotify4
- libpango-1.0-0
- libpangocairo-1.0-0
- net-tools
- nmap
- traceroute
- vnstat
- nethogs
- gksu
- curl
- wireless-tools
- iproute2
- pciutils
after: [desktop-gtk3]