23 lines
715 B
Bash
23 lines
715 B
Bash
# Template file for 'zoxide'
|
|
pkgname=zoxide
|
|
version=0.9.6
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Faster way to navigate your filesystem"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/ajeetdsouza/zoxide"
|
|
changelog="https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/CHANGELOG.md"
|
|
distfiles="https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=e1811511a4a9caafa18b7d1505147d4328b39f6ec88b88097fe0dad59919f19c
|
|
|
|
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/man1/*; do
|
|
vman $f
|
|
done
|
|
}
|