glances/snap/snapcraft.yaml
林博仁(Buo-ren Lin) cf670d2eaa Pin release of the runtime dependencies in snap
This patch specifies the exact release of the dependencies to pull in,
this avoids regressions and incompatibilities from the new upstream
changes.

The maintainer should check and bump the dependency version once in a
while and check for breakage.

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
2019-01-26 11:26:22 +08:00

42 lines
972 B
YAML

name: glances
version: git
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
- system-observe
- mount-observe
- hardware-observe
- log-observe
- network-observe
- physical-memory-observe
- upower-observe
- home
environment:
LANG: C.UTF-8
LC_ALL: C.UTF-8
parts:
glances:
plugin: python
source: .
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git
source-branch: release-0.12
docker:
plugin: python
source: https://github.com/docker/docker-py.git
source-tag: '3.7.0'