21 lines
622 B
Bash
21 lines
622 B
Bash
# Template file for 'zoxide'
|
|
pkgname=zoxide
|
|
version=0.7.3
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Faster way to navigate your filesystem"
|
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/ajeetdsouza/zoxide"
|
|
distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz"
|
|
checksum=0b596cf8f86c51cc5aaf8914f8e47fdb0a60ba44e55d75a3d131b1f583ea098c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vcompletion contrib/completions/zoxide.bash bash
|
|
vcompletion contrib/completions/zoxide.fish fish
|
|
vcompletion contrib/completions/_zoxide zsh
|
|
for f in man/*; do
|
|
vman $f
|
|
done
|
|
}
|