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'
|
||||
pkgname=xbps
|
||||
version=0.52
|
||||
revision=6
|
||||
revision=7
|
||||
bootstrap=yes
|
||||
build_style=configure
|
||||
short_desc="The XBPS package system utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/voidlinux/xbps"
|
||||
license="2-clause-BSD"
|
||||
distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz"
|
||||
homepage="https://github.com/void-linux/xbps"
|
||||
license="BSD-2-Clause"
|
||||
distfiles="https://github.com/void-linux/xbps/archive/$version.tar.gz"
|
||||
checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551
|
||||
|
||||
CFLAGS='-Wno-error'
|
||||
|
@ -54,6 +54,8 @@ post_install() {
|
|||
esac
|
||||
vmkdir etc/xbps.d
|
||||
touch ${DESTDIR}/etc/xbps.d/.empty
|
||||
vlicense COPYING
|
||||
vlicense COPYING.3RDPARTY
|
||||
}
|
||||
|
||||
libxbps_package() {
|
||||
|
|
Loading…
Reference in a new issue