void-packages/srcpkgs/bkt/template

18 lines
482 B
Bash

# Template file for 'bkt'
pkgname=bkt
version=0.7.1
revision=1
build_style=cargo
short_desc="Subprocess caching utility"
maintainer="Marcin Puc <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=ac36ff1015ebbec57d8b9141e88c7ad36423e6abaf35551e3ca715e173c6c835
post_install() {
vlicense LICENSE
vdoc README.md
}