void-packages/srcpkgs/zoxide/template
2021-06-09 15:56:11 -03:00

19 lines
477 B
Bash

# Template file for 'zoxide'
pkgname=zoxide
version=0.7.1
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=12fa47e1258bb7794cc529a586603c9392b07c917b0fefb58a57fd68e6652c3b
post_install() {
vlicense LICENSE
for f in man/*; do
vman $f
done
}