mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
git: update to 2.26.0.
This commit is contained in:
parent
97a6f94a2b
commit
88f514127e
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'git'
|
# Template file for 'git'
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.25.2
|
version=2.26.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2"
|
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://git-scm.com/"
|
homepage="https://git-scm.com/"
|
||||||
changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
|
changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
|
||||||
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=9b937103e048e2d3bf964d4132a0e7edccc2583d4ef30bc8a516f93a76de7123
|
checksum=9ece0dcb07a5e0d7366a92b613b201cca11ae368ab7687041364b3e756e495d6
|
||||||
replaces="git-perl>=0"
|
replaces="git-perl>=0"
|
||||||
register_shell=/usr/bin/git-shell
|
register_shell=/usr/bin/git-shell
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ post_build() {
|
||||||
make ${makejobs} -C contrib/diff-highlight all
|
make ${makejobs} -C contrib/diff-highlight all
|
||||||
make ${makejobs} -C contrib/subtree all man
|
make ${makejobs} -C contrib/subtree all man
|
||||||
make ${makejobs} -C contrib/credential/libsecret
|
make ${makejobs} -C contrib/credential/libsecret
|
||||||
|
make ${makejobs} -C contrib/credential/netrc
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
@ -54,8 +55,9 @@ post_install() {
|
||||||
vinstall contrib/git-jump/git-jump 755 usr/libexec/git-core
|
vinstall contrib/git-jump/git-jump 755 usr/libexec/git-core
|
||||||
vinstall contrib/git-jump/README 644 usr/share/doc/git-jump
|
vinstall contrib/git-jump/README 644 usr/share/doc/git-jump
|
||||||
make -C contrib/subtree DESTDIR=${DESTDIR} prefix=/usr install install-man
|
make -C contrib/subtree DESTDIR=${DESTDIR} prefix=/usr install install-man
|
||||||
vinstall contrib/credential/libsecret/git-credential-libsecret 755 usr/libexec/git-core
|
vinstall contrib/credential/libsecret/git-credential-libsecret 755 \
|
||||||
vinstall contrib/credential/netrc/git-credential-netrc 755 usr/libexec/git-core
|
usr/libexec/git-core
|
||||||
|
make -C contrib/credential/netrc DESTDIR=${DESTDIR} install
|
||||||
}
|
}
|
||||||
|
|
||||||
git-cvs_package() {
|
git-cvs_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue