mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
chroot-git: update to 2.17.0.
Closes #14516. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
90a809f74c
commit
09d67ca97b
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for "chroot-git".
|
# Template build file for "chroot-git".
|
||||||
pkgname=chroot-git
|
pkgname=chroot-git
|
||||||
version=2.16.2
|
version=2.17.0
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="git-$version"
|
wrksrc="git-$version"
|
||||||
|
@ -14,10 +14,10 @@ make_build_args="CC_LD_DYNPATH=-L"
|
||||||
make_install_args="NO_INSTALL_HARDLINKS=1"
|
make_install_args="NO_INSTALL_HARDLINKS=1"
|
||||||
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
short_desc="GIT Tree History Storage Tool -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://git-scm.com/"
|
license="GPL-2.0-or-later"
|
||||||
license="GPL-2"
|
homepage="https://git-scm.com/"
|
||||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=5560578bd21468d98637f41515c165d32f69caff0838b8989dee5ce10022c717
|
checksum=e916e5e95e81dbeafa7aac5d719c01108b5c814eb90b746695afa1afedf955c7
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -28,6 +28,6 @@ fi
|
||||||
do_install() {
|
do_install() {
|
||||||
# remove unneeded stuff.
|
# remove unneeded stuff.
|
||||||
make DESTDIR=${wrksrc}/build-tmp install
|
make DESTDIR=${wrksrc}/build-tmp install
|
||||||
vmkdir usr/bin
|
|
||||||
vbin ${wrksrc}/build-tmp/usr/bin/git chroot-git
|
vbin ${wrksrc}/build-tmp/usr/bin/git chroot-git
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue