pkgtop: update to 2.5.1.

This commit is contained in:
classabbyamp 2024-08-14 23:01:55 -04:00
parent fcbdbf45bb
commit 167647a031
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 6 deletions

View File

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