mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chroot-git: update to 2.38.0.
This commit is contained in:
parent
d7aa20a78c
commit
198f3fdf13
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chroot-git'
|
# Template file for 'chroot-git'
|
||||||
pkgname=chroot-git
|
pkgname=chroot-git
|
||||||
version=2.37.3
|
version=2.38.0
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="git-${version}"
|
wrksrc="git-${version}"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://git-scm.com/"
|
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=814641d7f61659cfbc17825d0462499ca1403e39ff53d76a8512050e6483e87a
|
checksum=923eade26b1814de78d06bda8e0a9f5da8b7c4b304b3f9050ffb464f0310320a
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
checkdepends="perl gnupg"
|
checkdepends="perl gnupg"
|
||||||
|
@ -66,9 +66,10 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin git chroot-git
|
vmkdir usr/bin
|
||||||
vmkdir usr/libexec/chroot-git
|
vmkdir usr/libexec/chroot-git
|
||||||
ln -s ../../bin/chroot-git $DESTDIR/usr/libexec/chroot-git/git
|
vinstall git 755 usr/libexec/chroot-git
|
||||||
|
ln -s ../libexec/chroot-git/git $DESTDIR/usr/bin/chroot-git
|
||||||
ln -s git $DESTDIR/usr/libexec/chroot-git/git-upload-pack
|
ln -s git $DESTDIR/usr/libexec/chroot-git/git-upload-pack
|
||||||
ln -s git $DESTDIR/usr/libexec/chroot-git/git-receive-pack
|
ln -s git $DESTDIR/usr/libexec/chroot-git/git-receive-pack
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue