mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
autojump: update to 22.5.3.
This commit is contained in:
parent
44c77ec4e6
commit
39e8b98591
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'autojump'
|
# Template file for 'autojump'
|
||||||
pkgname=autojump
|
pkgname=autojump
|
||||||
version=22.5.1
|
version=22.5.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-release-v${version}
|
archs=noarch
|
||||||
|
wrksrc="${pkgname}-release-v${version}"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
depends="python"
|
depends="python"
|
||||||
archs=noarch
|
short_desc="Self-learning cd command"
|
||||||
short_desc="A cd command that learns"
|
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/wting/autojump"
|
homepage="https://github.com/wting/autojump"
|
||||||
distfiles="https://github.com/wting/autojump/archive/release-v${version}.tar.gz"
|
distfiles="https://github.com/wting/autojump/archive/release-v${version}.tar.gz"
|
||||||
checksum=765fabda130eb4df70d1c1e5bc172e1d18f8ec22c6b89ff98f1674335292e99f
|
checksum=00daf3698e17ac3ac788d529877c03ee80c3790472a85d0ed063ac3a354c37b1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# The install script does some naive checks
|
# The install script does some naive checks
|
||||||
|
@ -19,5 +19,5 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i "s:${DESTDIR}::" ${DESTDIR}/etc/profile.d/autojump.sh
|
vsed -i "s:${DESTDIR}::" ${DESTDIR}/etc/profile.d/autojump.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue