19 lines
545 B
Bash
19 lines
545 B
Bash
# Template file for 'gcovr'
|
|
pkgname=gcovr
|
|
version=3.4
|
|
revision=1
|
|
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=1c52a71f245adfe1b45e30fbe5015337fe66546f17f40038b3969b7b42acceed
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|