gotop: update to 4.1.3.

This commit is contained in:
Roberto Ricci 2022-04-02 19:23:11 +02:00 committed by Echo
parent e465f26b93
commit 3949d770ff

View file

@ -1,19 +1,21 @@
# Template file for 'gotop'
pkgname=gotop
version=4.1.2
version=4.1.3
revision=1
build_style=go
build_helper=qemu
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=81518fecfdab4f4c25a4713e24d9c033ba8311bbd3e2c0435ba76349028356da
checksum=c0a02276e718b988d1220dc452063759c8634d42e1c01a04c021486c1e61612d
post_install() {
vlicense LICENSE
vtargetrun ${DESTDIR}/usr/bin/gotop --create-manpage > gotop.1
vman gotop.1
}