summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-06-24 18:47:16 +0200
committernicolargo <nicolas@nicolargo.com>2017-06-24 18:47:16 +0200
commitf6e1fbd36a4430ce45958b9315b6d7f3d94d35f9 (patch)
tree1894081e3186ecd05d0b1a39b1d3f0266d6f5b1b /snap
parent83c596f86ca7cc350c48f02284e828160410090a (diff)
First snamp with PsUtil and Bottle
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
new file mode 100644
index 00000000..7793010e
--- /dev/null
+++ b/snap/snapcraft.yaml
@@ -0,0 +1,29 @@
+name: glances
+version: '2.10'
+summary: Glances an Eye on your system. A top/htop alternative.
+description: |
+ Glances is a cross-platform monitoring tool which aims to present
+ a maximum of information in a minimum of space through a curses or
+ Web based interface. It can adapt dynamically the displayed information
+ depending on the user interface size.
+
+grade: stable
+confinement: strict
+
+apps:
+ glances:
+ command: bin/glances
+ plugs:
+ - network
+
+parts:
+ glances:
+ plugin: python
+ source: https://github.com/nicolargo/glances.git
+ psutil:
+ plugin: python
+ source: https://github.com/markokr/spongeshaker.git
+ build-packages: [gcc, python-dev, python-pip]
+ bottle:
+ plugin: python
+ source: https://github.com/bottlepy/bottle.git