void-packages/srcpkgs/gotop/template
UsernameRandomlyGenerated 83c7bc749a gotop: update to 4.1.0.
By ericonr:
Actually move to v4 release branch.

Closes: #28242 [via git-merge-pr]
2021-02-04 03:35:05 -03:00

19 lines
584 B
Bash

# Template file for 'gotop'
pkgname=gotop
version=4.1.0
revision=1
build_style=go
go_ldflags="-X main.Version=v${version}"
go_import_path="github.com/xxxserxxx/gotop/v4"
go_package="$go_import_path/cmd/gotop"
hostmakedepends="git"
short_desc="Terminal based graphical activity monitor"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://github.com/xxxserxxx/gotop"
distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
checksum=e61375feb183cc2c73764aaac92e164ea77f073206f7dbbfd4997c0efd38bfc0
post_install() {
vlicense LICENSE
}