summaryrefslogtreecommitdiffstats
path: root/build/nfpm.yml
blob: 12cb21360216f415ba91788e1db0a150c6380e12 (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
name: gotop
arch: ${GOARCH}
platform: linux
version: ${VERSION}
version_schema: semver
version_metadata: git
section: default
priority: extra
maintainer: Sean Russell <ser@ser1.net>
description: A terminal based graphical activity monitor inspired by gtop and vtop
vendor: Sean Russell
homepage: https://github.com/xxxserxxx/gotop
license: The MIT License (Festival variant)
contents:
  # The executable
  - src: ${EXECUTABLE}
    dst: /usr/bin/gotop

  # Default configuration
  - src: build/gotop.conf
    dst: /etc/gotop/gotop.conf
    type: config|noreplace

  # Contributed layouts
  - src: layouts/htop
    dst: /etc/gotop/htop
    type: config|noreplace

  # Manpage
  - src: ${MANPAGE}
    dst: /usr/share/man/man8/gotop.1.gz