19 lines
576 B
Bash
19 lines
576 B
Bash
# Template file for 'gcovr'
|
|
pkgname=gcovr
|
|
version=4.2
|
|
revision=1
|
|
archs=noarch
|
|
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>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://gcovr.com/"
|
|
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
|
checksum=589d5cb7164c285192ed0837d3cc17001ba25211e24933f0ba7cb9cf38b8a30e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|