void-packages/srcpkgs/zoxide/template

23 lines
720 B
Bash

# Template file for 'zoxide'
pkgname=zoxide
version=0.9.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/refs/tags/v${version}.tar.gz"
checksum=16f7e0ddb7ab52b0c8c29be0f5bdecae285ac7a88019220ba534357388ddefa6
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
}