void-packages/srcpkgs/bkt/template

19 lines
525 B
Bash

# Template file for 'bkt'
pkgname=bkt
version=0.8.2
revision=1
build_style=cargo
make_check_args="-- --skip cli::cache_dirs_multi_user"
short_desc="Subprocess caching utility"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.bkt.rs/"
changelog="https://github.com/dimo414/bkt/releases"
distfiles="https://github.com/dimo414/bkt/archive/refs/tags/${version}.tar.gz"
checksum=d9128a13070ebc564bcc70210062bdd60eb757fd0f5d075c50e9aa7f714c6562
post_install() {
vlicense LICENSE
vdoc README.md
}