glances/snap/snapcraft.yaml

57 lines
1.3 KiB
YAML
Raw Normal View History

2017-06-24 16:47:16 +00:00
name: glances
version: '4.0.8+build2'
2017-06-24 16:47:16 +00: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: core22
2024-05-18 09:18:01 +00:00
grade: stable # devel
2017-06-24 16:47:16 +00:00
confinement: strict
apps:
glances:
2024-03-24 13:08:04 +00:00
command: bin/glances
2024-04-29 09:26:35 +00:00
plugs: # https://snapcraft.io/docs/supported-interfaces
2017-06-24 16:47:16 +00:00
- network
- system-observe
2018-01-01 09:43:34 +00:00
- mount-observe
- hardware-observe
- log-observe
- network-observe
- physical-memory-observe
- upower-observe
- home
- network-bind
2024-04-29 09:26:35 +00:00
- uio
- raw-volume
- removable-media
- power-control
- process-control
- network-setup-observe
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 16:47:16 +00:00
parts:
glances:
plugin: python
2024-03-24 13:08:04 +00:00
source: https://github.com/nicolargo/glances.git
2024-05-18 09:18:01 +00:00
source-branch: master # develop
2024-03-24 13:08:04 +00:00
python-requirements:
- requirements.txt
2024-05-12 08:45:03 +00:00
- webui-requirements.txt