summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
blob: c7de5912f3dc16772ad5fcf52aa30608b68d2917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
    source-depth: 1
  docker:
    plugin: python
    source: https://github.com/docker/docker-py.git
    source-tag: '3.7.0'
    source-depth: 1