19 lines
568 B
Bash
19 lines
568 B
Bash
# 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}
|
|
}
|