22 lines
705 B
Bash
22 lines
705 B
Bash
# Template file for 'zoxide'
|
|
pkgname=zoxide
|
|
version=0.8.0
|
|
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=111c5f1cd92b1cb54e2f0a801003098a601c653ec5a378f3d0ea1c9659854477
|
|
|
|
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
|
|
}
|