void-packages/srcpkgs/zoxide/template
2021-05-02 11:26:23 -03:00

18 lines
477 B
Bash

# Template file for 'zoxide'
pkgname=zoxide
version=0.7.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"
distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz"
checksum=9a9b0aa82a647fa834e4ade483af292e50080758af25c5260c425420879d9691
post_install() {
vlicense LICENSE
for f in man/*; do
vman $f
done
}