mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: tarpaulin-0.9.0
This commit is contained in:
parent
304bab1d2c
commit
7887c3d444
1 changed files with 19 additions and 0 deletions
19
srcpkgs/tarpaulin/template
Normal file
19
srcpkgs/tarpaulin/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'tarpaulin'
|
||||||
|
pkgname=tarpaulin
|
||||||
|
version=0.9.0
|
||||||
|
revision=1
|
||||||
|
archs="x86_64*"
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config cmake"
|
||||||
|
makedepends="libressl-devel zlib-devel"
|
||||||
|
short_desc="Code coverage tool for Rust/Cargo projects"
|
||||||
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
|
license="MIT, Apache-2.0"
|
||||||
|
homepage="https://github.com/xd009642/tarpaulin"
|
||||||
|
distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
|
||||||
|
checksum=e1812627338c3e4c272f280105f6d250ecc2d389b775bf6f24de13940758343b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
vlicense LICENSE-APACHE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue