void-packages/srcpkgs/bkt/template

18 lines
482 B
Bash

# Template file for 'bkt'
pkgname=bkt
version=0.6.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=01ae0983eb199d2abd027e2b7b160c870d89477afdee2c5281faac4740814607
post_install() {
vlicense LICENSE
vdoc README.md
}