void-packages/srcpkgs/gcovr/template
2018-06-30 18:21:01 +02:00

19 lines
574 B
Bash

# Template file for 'gcovr'
pkgname=gcovr
version=4.0
revision=1
noarch=yes
build_style=python3-module
pycompile_module="gcovr"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-Jinja2"
short_desc="Generates a simple report that summarizes the gcc code coverage"
maintainer="Andre Klitzing <aklitzing@gmail.com>"
homepage="https://gcovr.com/"
license="BSD-3-Clause"
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
checksum=f9731a0ea516f2087e13b3bc310dbd8edaec4ce6a56b2462f5603ee925f40377
post_install() {
vlicense LICENSE.txt
}