18 lines
482 B
Bash
18 lines
482 B
Bash
# Template file for 'bkt'
|
|
pkgname=bkt
|
|
version=0.6.0
|
|
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=59c8fe8b29101a47d928896468dce2f8fb3cee7598201d46011804a7bee7f6e2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|