summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
blob: a51ddb08e85708e0d32a3c6cac579d2609e74d45 (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
name: glances
version: '2.10'
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

parts:
  glances:
    plugin: python
    source: https://github.com/nicolargo/glances.git
  bottle:
    plugin: python
    source: https://github.com/bottlepy/bottle.git
  docker:
    plugin: python
    source: https://github.com/docker/docker-py.git