mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
xbps: use http instead of git.
This commit is contained in:
parent
a467397fff
commit
3d84ab900d
1 changed files with 2 additions and 4 deletions
|
@ -14,7 +14,6 @@ makedepends="zlib-devel libressl-devel libarchive-devel"
|
|||
depends="xbps-triggers"
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends+=" git"
|
||||
makedepends+=" atf-devel"
|
||||
xbps-tests_package() {
|
||||
short_desc+=" - Kyua testsuite"
|
||||
|
@ -24,10 +23,9 @@ if [ "$CHROOT_READY" ]; then
|
|||
}
|
||||
|
||||
fi
|
||||
distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz"
|
||||
checksum=34d8b69c006330426fcd00240f7d53425c5581d0635e18f7dfef55e1f7a917d2
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${version} git://github.com/voidlinux/xbps ${wrksrc}
|
||||
}
|
||||
do_configure() {
|
||||
CFLAGS+=" -Wno-error=redundant-decls"
|
||||
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-debug \
|
||||
|
|
Loading…
Add table
Reference in a new issue