xbps-static: update distfiles url, add vlicense, revbump
This commit is contained in:
parent
181033f404
commit
b5bc664eaa
1 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# NOTE: keep this package synchronized with "srcpkgs/xbps".
|
||||
pkgname=xbps-static
|
||||
version=0.52
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="xbps-${version}"
|
||||
build_style=configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,7 +12,7 @@ short_desc="The XBPS package system utilities - static binaries"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://www.voidlinux.eu/xbps"
|
||||
distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz"
|
||||
distfiles="https://github.com/void-linux/xbps/archive/$version.tar.gz"
|
||||
checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -31,3 +31,8 @@ do_install() {
|
|||
vmkdir usr/bin
|
||||
mv ${wrksrc}/static-install/usr/bin/*.static ${DESTDIR}/usr/bin
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense COPYING.3RDPARTY
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue