glances/snap/snapcraft.yaml

49 lines
1.1 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.
2024-02-03 11:59:31 +03:00
base: core22
2024-03-24 16:08:04 +03:00
grade: devel ## stable
2017-06-24 19:47:16 +03:00
confinement: strict
apps:
glances:
2024-03-24 16:08:04 +03:00
command: 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
2024-03-24 16:08:04 +03:00
source: https://github.com/nicolargo/glances.git
source-branch: develop ## master
python-requirements:
- requirements.txt