xmtop/build/nfpm.yml
2022-02-07 17:28:31 -06:00

28 lines
650 B
YAML

name: gotop
arch: amd64
platform: linux
version: v${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: gotop
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