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".
|
# NOTE: keep this package synchronized with "srcpkgs/xbps".
|
||||||
pkgname=xbps-static
|
pkgname=xbps-static
|
||||||
version=0.52
|
version=0.52
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="xbps-${version}"
|
wrksrc="xbps-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,7 +12,7 @@ short_desc="The XBPS package system utilities - static binaries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.voidlinux.eu/xbps"
|
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
|
checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -31,3 +31,8 @@ do_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
mv ${wrksrc}/static-install/usr/bin/*.static ${DESTDIR}/usr/bin
|
mv ${wrksrc}/static-install/usr/bin/*.static ${DESTDIR}/usr/bin
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
vlicense COPYING.3RDPARTY
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue