2022-02-07 15:17:15 -06:00
|
|
|
name: gotop
|
2022-02-08 16:50:30 -06:00
|
|
|
arch: ${GOARCH}
|
2022-02-07 15:17:15 -06:00
|
|
|
platform: linux
|
2022-03-15 10:56:30 -05:00
|
|
|
version: ${VERSION}
|
2022-02-07 15:17:15 -06:00
|
|
|
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
|
2022-02-08 16:50:30 -06:00
|
|
|
- src: ${EXECUTABLE}
|
2022-02-07 15:17:15 -06:00
|
|
|
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
|
2022-02-08 16:50:30 -06:00
|
|
|
|
|
|
|
# Manpage
|
|
|
|
- src: ${MANPAGE}
|
2022-09-29 14:31:50 -05:00
|
|
|
dst: /usr/share/man/man8/gotop.1.gz
|