18 lines
544 B
Bash
18 lines
544 B
Bash
# Template file for 'pkgtop'
|
|
pkgname=pkgtop
|
|
version=2.5.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/orhun/pkgtop"
|
|
go_package="$go_import_path/cmd/..."
|
|
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=3d8f1cd812fd2243fbf749ab03201bb86b9967cefd5d58cea456cdfcccfd416e
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/bin/{cmd,pkgtop}
|
|
}
|