void-packages/srcpkgs/zoxide/template
2020-07-09 15:56:47 +00:00

16 lines
441 B
Bash

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