mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: bkt-0.5.3
This commit is contained in:
parent
e7a98b27f9
commit
4ec0e120f6
1 changed files with 18 additions and 0 deletions
18
srcpkgs/bkt/template
Normal file
18
srcpkgs/bkt/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'bkt'
|
||||
pkgname=bkt
|
||||
version=0.5.4
|
||||
revision=1
|
||||
build_style=cargo
|
||||
# disable flaky test: https://github.com/dimo414/bkt/issues/14
|
||||
make_check_args=" -- --skip cli::discard_failures_in_background"
|
||||
short_desc="Subprocess caching utility"
|
||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://www.bkt.rs/"
|
||||
distfiles="https://github.com/dimo414/bkt/archive/${version}.tar.gz"
|
||||
checksum=172c413709dc81ced9dfa2750aaa398864e904d1ed213bd19e51d45d1ff0a8ff
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
}
|
Loading…
Add table
Reference in a new issue