void-packages/srcpkgs/bkt/template

18 lines
485 B
Bash

# Template file for 'bkt'
pkgname=bkt
version=0.8.0
revision=1
build_style=cargo
short_desc="Subprocess caching utility"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
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=c8b99f4540a3a083368db7d42d6947aa37217b32b443d97972e4536ed9404469
post_install() {
vlicense LICENSE
vdoc README.md
}