kcov: update to 35.
Closes #13629. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
ce86014ce1
commit
873511afa1
1 changed files with 7 additions and 3 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Template file for 'kcov'
|
# Template file for 'kcov'
|
||||||
pkgname=kcov
|
pkgname=kcov
|
||||||
version=34
|
version=35
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python pkg-config"
|
hostmakedepends="python pkg-config"
|
||||||
makedepends="binutils-devel libcurl-devel elfutils-devel"
|
makedepends="binutils-devel libcurl-devel elfutils-devel"
|
||||||
short_desc="Code coverage tester for compiled programs, Python and shell"
|
short_desc="Code coverage tester for compiled programs, Python and shell"
|
||||||
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://simonkagstrom.github.io/kcov/index.html"
|
homepage="http://simonkagstrom.github.io/kcov/index.html"
|
||||||
distfiles="https://github.com/SimonKagstrom/kcov/archive/v$version.tar.gz>$pkgname-v$version.tar.gz"
|
distfiles="https://github.com/SimonKagstrom/kcov/archive/v$version.tar.gz>$pkgname-v$version.tar.gz"
|
||||||
checksum=e566072df3983cb8576c1aeae440f4342b532121399e677d13533119f54c80a2
|
checksum=74c172dae2ac2866e0adc91d3fd80276e5acb970d11ac71679a0f7336897a476
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="unsupported arch upstream";;
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in a new issue