mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xbps: update distfiles url, add vlicense, revbump
This commit is contained in:
parent
7e15578a68
commit
181033f404
1 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.52
|
version=0.52
|
||||||
revision=6
|
revision=7
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/voidlinux/xbps"
|
homepage="https://github.com/void-linux/xbps"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
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
|
||||||
|
|
||||||
CFLAGS='-Wno-error'
|
CFLAGS='-Wno-error'
|
||||||
|
@ -54,6 +54,8 @@ post_install() {
|
||||||
esac
|
esac
|
||||||
vmkdir etc/xbps.d
|
vmkdir etc/xbps.d
|
||||||
touch ${DESTDIR}/etc/xbps.d/.empty
|
touch ${DESTDIR}/etc/xbps.d/.empty
|
||||||
|
vlicense COPYING
|
||||||
|
vlicense COPYING.3RDPARTY
|
||||||
}
|
}
|
||||||
|
|
||||||
libxbps_package() {
|
libxbps_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue