void-packages/srcpkgs/kcov/template
Đoàn Trần Công Danh ef11f57681 srcpkgs: add patch_args=-Np0 en-mass
Generated with:

        git ls-files 'srcpkgs/**/patches/*' |
        cut -d/ -f2 | uniq |
        xargs printf 'srcpkgs/%s/template\n'  |
        xargs grep -L 'patch_args=' |
        xargs sed -i '$a patch_args=-Np0"
2021-06-20 13:17:29 +07:00

14 lines
561 B
Bash

# Template file for 'kcov'
pkgname=kcov
version=38
revision=1
build_style=cmake
hostmakedepends="python3 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="https://simonkagstrom.github.io/kcov/index.html"
distfiles="https://github.com/SimonKagstrom/kcov/archive/v${version}.tar.gz"
checksum=b37af60d81a9b1e3b140f9473bdcb7975af12040feb24cc666f9bb2bb0be68b4
patch_args=-Np0