19 lines
599 B
Bash
19 lines
599 B
Bash
# Template file for 'tarpaulin'
|
|
pkgname=tarpaulin
|
|
version=0.14.3
|
|
revision=2
|
|
archs="x86_64*"
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config cmake"
|
|
makedepends="openssl-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=f1624dac8124420cf921fc81d9b7fd513f116362d83abe0bcbd7d91fd4af952f
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
vlicense LICENSE-APACHE
|
|
}
|