mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: pkgtop-1.7
This commit is contained in:
parent
d780d53f20
commit
8da19036f4
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pkgtop/template
Normal file
18
srcpkgs/pkgtop/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue