mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vpm: Fix xlint errors
This commit is contained in:
parent
8d9cb3efcd
commit
b222d83186
1 changed files with 3 additions and 5 deletions
|
@ -3,15 +3,13 @@ pkgname=vpm
|
||||||
version=1.2a
|
version=1.2a
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
short_desc="An XBPS package management helper for VoidLinux"
|
short_desc="XBPS package management helper for VoidLinux"
|
||||||
maintainer="... <...>"
|
maintainer="Armin Jenewein <github@m2m.pm>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/netzverweigerer/vpm"
|
homepage="https://github.com/netzverweigerer/vpm"
|
||||||
distfiles="https://github.com/netzverweigerer/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/netzverweigerer/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=e2c940dd96bc6d67251c30549c1a1aa0826cfc9b6be582109c01a6af69cd3ed5
|
checksum=e2c940dd96bc6d67251c30549c1a1aa0826cfc9b6be582109c01a6af69cd3ed5
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin vpm
|
vbin vpm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue