glances/snap/snapcraft.yaml

30 lines
767 B
YAML
Raw Normal View History

2017-06-24 19:47:16 +03:00
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
2017-06-24 19:52:55 +03:00
source: https://github.com/giampaolo/psutil.git
2017-06-24 19:47:16 +03:00
build-packages: [gcc, python-dev, python-pip]
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git