aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/bkt/template
blob: 4bae6386c1669678a42d70edf3542f293a86a331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Template file for 'bkt'
pkgname=bkt
version=0.8.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=c8b99f4540a3a083368db7d42d6947aa37217b32b443d97972e4536ed9404469

post_install() {
	vlicense LICENSE
	vdoc README.md
}