glances/snap/snapcraft.yaml

72 lines
1.8 KiB
YAML
Raw Normal View History

2017-06-24 19:47:16 +03:00
name: glances
adopt-info: glances
2017-06-24 19:47:16 +03:00
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.
base: core
2017-06-24 19:47:16 +03:00
grade: stable
confinement: strict
apps:
glances:
command: >
bin/glances-launch
$SNAP/bin/glances
2017-06-24 19:47:16 +03:00
plugs:
- network
- system-observe
2018-01-01 12:43:34 +03:00
- mount-observe
- hardware-observe
- log-observe
- network-observe
- physical-memory-observe
- upower-observe
- home
- network-bind
environment:
LANG: C.UTF-8
LC_ALL: C.UTF-8
plugs:
home-glances-config:
interface: personal-files
read:
- $HOME/.config/glances/glances.conf
etc-glances-config:
interface: system-files
read:
- /etc/glances/glances.conf
2017-06-24 19:47:16 +03:00
parts:
glances:
plugin: python
source: .
# FIXME: Theoretically this also replaces `summary` and `description`
# keys, however due to the following bug we still need to keep
# them until it is fixed.
# https://bugs.launchpad.net/snapcraft/+bug/1813364
parse-info: [setup.py]
override-pull: |
snapcraftctl pull
snapcraftctl set-version \
"$(git describe --always --dirty --tags --match 'v*' | sed s/^v//)"
2017-06-24 19:47:16 +03:00
bottle:
plugin: python
source: https://github.com/bottlepy/bottle.git
source-branch: release-0.12
source-depth: 1
2017-06-25 11:17:12 +03:00
docker:
plugin: python
source: https://github.com/docker/docker-py.git
source-tag: '3.7.0'
source-depth: 1
launchers:
source: snap/local/launchers
plugin: dump
organize:
'*': bin/