20 lines
545 B
Bash
20 lines
545 B
Bash
# Template file for 'gcovr'
|
|
pkgname=gcovr
|
|
version=3.3
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python2-module
|
|
pycompile_module="gcovr"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Generates a simple report that summarizes the gcc code coverage"
|
|
maintainer="Andre Klitzing <aklitzing@gmail.com>"
|
|
homepage="http://gcovr.com/"
|
|
license="3-clause-BSD"
|
|
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
|
checksum=8a60ba6242d67a58320e9e16630d80448ef6d5284fda5fb3eff927b63c8b04a2
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|