23 lines
710 B
Bash
23 lines
710 B
Bash
# Template file for 'zoxide'
|
|
pkgname=zoxide
|
|
version=0.8.2
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Faster way to navigate your filesystem"
|
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
|
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/v${version}.tar.gz"
|
|
checksum=3a977960284bc06f3c7f02ec93b6f269fd9f5bf933115828e6f46cf6c2601f5e
|
|
|
|
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
|
|
}
|