summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
blob: be8c5f209f6939d9aa76f1c5ce1bc9e4959f23cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: gtop
summary: System monitoring dashboard for terminal
description: |
  System monitoring dashboard for terminal
version: git
base: core22
grade: stable

confinement: classic

apps:
  gtop:
    command: bin/gtop

parts:
  gtop:
    source: .
    plugin: npm
    npm-include-node: true
    npm-node-version: "17.3.0"