zoxide: update to 0.7.0.
This commit is contained in:
parent
b1b3a7fb1f
commit
92b40a40a0
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zoxide'
|
# Template file for 'zoxide'
|
||||||
pkgname=zoxide
|
pkgname=zoxide
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Faster way to navigate your filesystem"
|
short_desc="Faster way to navigate your filesystem"
|
||||||
|
@ -8,8 +8,11 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ajeetdsouza/zoxide"
|
homepage="https://github.com/ajeetdsouza/zoxide"
|
||||||
distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz"
|
||||||
checksum=fe93aa4d1fe8d4f94b302335f30bc543c7a1664df2a3fde73e6253c74f576c35
|
checksum=9a9b0aa82a647fa834e4ade483af292e50080758af25c5260c425420879d9691
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
for f in man/*; do
|
||||||
|
vman $f
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue