void-packages/srcpkgs/tarpaulin/template

21 lines
609 B
Bash

# Template file for 'tarpaulin'
pkgname=tarpaulin
version=0.25.0
revision=2
archs="x86_64*"
build_style=cargo
make_check_args="-- --test-threads 1"
hostmakedepends="pkg-config"
makedepends="openssl-devel zlib-devel"
short_desc="Code coverage tool for Rust/Cargo projects"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/xd009642/tarpaulin"
distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
checksum=3dde8f50a6e9eb6948062556a6125ce6d27ebe36ca808b5dd3fc7b9c8ed10112
post_install() {
vlicense LICENSE-MIT
vlicense LICENSE-APACHE
}