20 lines
574 B
Bash
20 lines
574 B
Bash
# Template file for 'gcovr'
|
|
pkgname=gcovr
|
|
version=4.1
|
|
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>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://gcovr.com/"
|
|
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
|
checksum=1ad8042fd4dc4c355fd7e605d395eefa2a59b1677dfdc308e0ef00083e8b37ee
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|