5f37965467
osxcross has an old go; make go.mod match. Directory clean-ups
16 lines
425 B
YAML
16 lines
425 B
YAML
name: "gotop"
|
|
arch: "amd64"
|
|
platform: "linux"
|
|
version: "v${VERSION}"
|
|
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: "GNU Affero General Public License v3.0"
|
|
bindir: "/usr/local/bin"
|
|
files:
|
|
build/gotop: "/usr/local/bin/gotop"
|