20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'tarpaulin'
|
|
pkgname=tarpaulin
|
|
version=0.10.2
|
|
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=510db8735382cea287dc1cd355db4f2f2fdc246de5ddb59b573b846f390b6b1d
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
vlicense LICENSE-APACHE
|
|
}
|