chroot-git: update to 2.45.0, drop chroot-git binary
This commit is contained in:
parent
07cc9e1787
commit
09691bd79e
@ -1,6 +1,6 @@
|
||||
# Template file for 'chroot-git'
|
||||
pkgname=chroot-git
|
||||
version=2.43.1
|
||||
version=2.45.0
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
makedepends="zlib-devel"
|
||||
@ -9,7 +9,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://git-scm.com/"
|
||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||
checksum=2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2
|
||||
checksum=0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429
|
||||
repository=bootstrap
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
@ -66,9 +66,7 @@ do_check() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/libexec/chroot-git
|
||||
vbin git 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-receive-pack
|
||||
|
Loading…
Reference in New Issue
Block a user