From 9ac3b6d3b157c5db7261e8656442efe57adcf20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 5 Oct 2019 00:25:37 +0200 Subject: [PATCH] New package: tarpaulin-0.9.0 --- srcpkgs/tarpaulin/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/tarpaulin/template diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template new file mode 100644 index 00000000000..1a930d5d02f --- /dev/null +++ b/srcpkgs/tarpaulin/template @@ -0,0 +1,18 @@ +# Template file for 'tarpaulin' +pkgname=tarpaulin +version=0.9.0 +revision=1 +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 " +license="MIT, Apache-2.0" +homepage="https://github.com/xd009642/tarpaulin" +distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz" +checksum=e1812627338c3e4c272f280105f6d250ecc2d389b775bf6f24de13940758343b + +post_install() { + vlicense LICENSE-MIT + vlicense LICENSE-APACHE +}