![Caleb Bassi](/assets/img/avatar_default.png)
- travis-ci used to publish binaries to the GitHub releases tab on new release - Will also publish .deb and .rpm packages - Haven't gotten the checksums file to work yet - OSX x86 also isn't working - No longer using goreleaser to publish binaries - didn't support cgo cross compilation which made things difficult - Remove obsolete Makefile
16 lines
433 B
YAML
16 lines
433 B
YAML
name: "gotop"
|
|
arch: "amd64"
|
|
platform: "linux"
|
|
version: "v${VERSION}"
|
|
section: "default"
|
|
priority: "extra"
|
|
maintainer: "Caleb Bassi <calebjbassi@gmail.com>"
|
|
description: |
|
|
A terminal based graphical activity monitor inspired by gtop and vtop
|
|
vendor: "Caleb Bassi"
|
|
homepage: "https://github.com/cjbassi/gotop"
|
|
license: "GNU Affero General Public License v3.0"
|
|
bindir: "/usr/local/bin"
|
|
files:
|
|
/tmp/pkg/gotop: "/usr/local/bin/gotop"
|