aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/bkt/template
blob: 49139c5677ff5ad849f4801c6cb7e1ac784d4e6b (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="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
}