mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +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'
|
||||
pkgname=gcovr
|
||||
version=3.4
|
||||
version=4.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
build_style=python3-module
|
||||
pycompile_module="gcovr"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python"
|
||||
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>"
|
||||
homepage="http://gcovr.com/"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://gcovr.com/"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
||||
checksum=1c52a71f245adfe1b45e30fbe5015337fe66546f17f40038b3969b7b42acceed
|
||||
checksum=f9731a0ea516f2087e13b3bc310dbd8edaec4ce6a56b2462f5603ee925f40377
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue