glances/snap/snapcraft.yaml
2017-06-24 18:52:55 +02:00

30 lines
767 B
YAML

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/giampaolo/psutil.git
build-packages: [gcc, python-dev, python-pip]
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git