void-packages/srcpkgs/pkgtop/template
2019-09-14 09:57:51 +02:00

18 lines
562 B
Bash

# Template file for 'pkgtop'
pkgname=pkgtop
version=2.0
revision=1
build_style=go
go_import_path="github.com/orhun/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/orhun/pkgtop"
distfiles="https://github.com/orhun/pkgtop/archive/${version}.tar.gz"
checksum=0356155cea97e9a325a4c1fe99a1f6989bc2d7bf6ab1a9d34763bb832123f880
post_install() {
mv ${DESTDIR}/usr/bin/{src,pkgtop}
}