void-packages/srcpkgs/zoxide/template
2021-04-08 23:30:17 -03:00

16 lines
441 B
Bash

# Template file for 'zoxide'
pkgname=zoxide
version=0.6.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=fe93aa4d1fe8d4f94b302335f30bc543c7a1664df2a3fde73e6253c74f576c35
post_install() {
vlicense LICENSE
}