18 lines
652 B
Bash
18 lines
652 B
Bash
# Template file for 'kcov'
|
|
pkgname=kcov
|
|
version=35
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="python pkg-config"
|
|
makedepends="binutils-devel libcurl-devel elfutils-devel"
|
|
short_desc="Code coverage tester for compiled programs, Python and shell"
|
|
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://simonkagstrom.github.io/kcov/index.html"
|
|
distfiles="https://github.com/SimonKagstrom/kcov/archive/v$version.tar.gz>$pkgname-v$version.tar.gz"
|
|
checksum=74c172dae2ac2866e0adc91d3fd80276e5acb970d11ac71679a0f7336897a476
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64*) broken="unsupported arch upstream";;
|
|
esac
|