mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gcovr: update to 4.1.
This commit is contained in:
parent
a53b524397
commit
1f3471f48b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gcovr'
|
# Template file for 'gcovr'
|
||||||
pkgname=gcovr
|
pkgname=gcovr
|
||||||
version=4.0
|
version=4.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -9,10 +9,10 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-Jinja2"
|
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="https://gcovr.com/"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://gcovr.com/"
|
||||||
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
||||||
checksum=f9731a0ea516f2087e13b3bc310dbd8edaec4ce6a56b2462f5603ee925f40377
|
checksum=1ad8042fd4dc4c355fd7e605d395eefa2a59b1677dfdc308e0ef00083e8b37ee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue