void-packages/srcpkgs/tarpaulin/template
2020-03-25 12:28:02 +00:00

19 lines
600 B
Bash

# Template file for 'tarpaulin'
pkgname=tarpaulin
version=0.11.1
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=f4ed16e3cb3b330a177ca1521cdb1b3a3a066d03fa766d7100222ed1d522d8c6
post_install() {
vlicense LICENSE-MIT
vlicense LICENSE-APACHE
}