mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
gcovr: update to 4.0 (and use python3)
This commit is contained in:
parent
61a076685f
commit
a79202b79f
1 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gcovr'
|
# Template file for 'gcovr'
|
||||||
pkgname=gcovr
|
pkgname=gcovr
|
||||||
version=3.4
|
version=4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="gcovr"
|
pycompile_module="gcovr"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python"
|
depends="python3-setuptools python3-Jinja2"
|
||||||
short_desc="Generates a simple report that summarizes the gcc code coverage"
|
short_desc="Generates a simple report that summarizes the gcc code coverage"
|
||||||
maintainer="Andre Klitzing <aklitzing@gmail.com>"
|
maintainer="Andre Klitzing <aklitzing@gmail.com>"
|
||||||
homepage="http://gcovr.com/"
|
homepage="https://gcovr.com/"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
||||||
checksum=1c52a71f245adfe1b45e30fbe5015337fe66546f17f40038b3969b7b42acceed
|
checksum=f9731a0ea516f2087e13b3bc310dbd8edaec4ce6a56b2462f5603ee925f40377
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue