New package: pkgtop-1.7

This commit is contained in:
Kyle Nusbaum 2019-09-03 14:46:21 -05:00 committed by Helmut Pozimski
parent d780d53f20
commit 8da19036f4

18
srcpkgs/pkgtop/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'pkgtop'
pkgname=pkgtop
version=1.7
revision=1
build_style=go
go_import_path="github.com/keylo99/pkgtop"
go_package="${go_import_path}/src"
hostmakedepends="git"
short_desc="Interactive package manager and resource monitor"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/keylo99/pkgtop"
distfiles="https://github.com/keylo99/pkgtop/archive/${version}.tar.gz"
checksum=3fc175dc241b7c171a34c5c99caa04840f2070f76033fb3624132faaacd0ee30
post_install() {
mv ${DESTDIR}/usr/bin/{src,pkgtop}
}