vp-build/srcpkgs/tarpaulin/template

21 lines
637 B
Bash

# Template file for 'tarpaulin'
pkgname=tarpaulin
version=0.18.5
revision=1
archs="x86_64*"
build_style=cargo
make_check_args="-- --test-threads 1"
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=08b9ac70a6e857fe9b2d39db39a7f3b67f2934be873fa44de405a9d206df4eb7
post_install() {
vlicense LICENSE-MIT
vlicense LICENSE-APACHE
}