mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lcov: fix config files installation
This commit is contained in:
parent
236c264d7b
commit
f012cd3f6e
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'lcov'
|
# Template file for 'lcov'
|
||||||
pkgname=lcov
|
pkgname=lcov
|
||||||
version=1.15
|
version=1.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
make_build_args="CFG_DIR=/etc"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Front-end for GCC's coverage testing tool gcov"
|
short_desc="Front-end for GCC's coverage testing tool gcov"
|
||||||
|
@ -12,3 +13,4 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://ltp.sourceforge.net/coverage/lcov.php"
|
homepage="http://ltp.sourceforge.net/coverage/lcov.php"
|
||||||
distfiles="https://github.com/linux-test-project/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/linux-test-project/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=d88b0718f59815862785ac379aed56974b9edd8037567347ae70081cd4a3542a
|
checksum=d88b0718f59815862785ac379aed56974b9edd8037567347ae70081cd4a3542a
|
||||||
|
conf_files="/etc/lcovrc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue