mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: vpm-1.2a
This commit is contained in:
parent
2e87ee2bce
commit
8d9cb3efcd
1 changed files with 17 additions and 0 deletions
17
srcpkgs/vpm/template
Normal file
17
srcpkgs/vpm/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'vpm'
|
||||||
|
pkgname=vpm
|
||||||
|
version=1.2a
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
short_desc="An XBPS package management helper for VoidLinux"
|
||||||
|
maintainer="... <...>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/netzverweigerer/vpm"
|
||||||
|
distfiles="https://github.com/netzverweigerer/${pkgname}/archive/${version}.tar.gz"
|
||||||
|
checksum=e2c940dd96bc6d67251c30549c1a1aa0826cfc9b6be582109c01a6af69cd3ed5
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin vpm
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue