mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
chroot-git: update to 2.45.0, drop chroot-git binary
This commit is contained in:
parent
07cc9e1787
commit
09691bd79e
1 changed files with 2 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.43.1
|
version=2.45.0
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -9,7 +9,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=2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2
|
checksum=0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429
|
||||||
repository=bootstrap
|
repository=bootstrap
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
@ -66,9 +66,7 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
|
||||||
vmkdir usr/libexec/chroot-git
|
vmkdir usr/libexec/chroot-git
|
||||||
vbin git chroot-git
|
|
||||||
vinstall git 755 usr/libexec/chroot-git
|
vinstall git 755 usr/libexec/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
|
||||||
|
|
Loading…
Add table
Reference in a new issue