void-packages/srcpkgs/pkgtop/template

19 lines
562 B
Bash
Raw Normal View History

2019-09-03 19:46:21 +00:00
# Template file for 'pkgtop'
pkgname=pkgtop
2019-11-17 14:15:20 +00:00
version=2.1
2019-09-03 19:46:21 +00:00
revision=1
build_style=go
2019-09-13 13:55:30 +00:00
go_import_path="github.com/orhun/pkgtop"
2019-09-03 19:46:21 +00:00
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"
2019-09-13 13:55:30 +00:00
homepage="https://github.com/orhun/pkgtop"
distfiles="https://github.com/orhun/pkgtop/archive/${version}.tar.gz"
2019-11-17 14:15:20 +00:00
checksum=3f2be81534c461652e4d414148d0d04de1194bea7afec36e6ee8cb6c3fa42dfa
2019-09-03 19:46:21 +00:00
post_install() {
mv ${DESTDIR}/usr/bin/{src,pkgtop}
}