mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
30 lines
810 B
Text
30 lines
810 B
Text
# Contributor: Shiva Velmurugan <shiv@shiv.me>
|
|
# Maintainer: Shiva Velmurugan <shiv@shiv.me>
|
|
pkgname=lcov
|
|
pkgver=2.0
|
|
pkgrel=1
|
|
pkgdesc="LCOV is an extension to GCOV. It provides a graphical frontend for converage information"
|
|
url="https://github.com/linux-test-project/lcov"
|
|
arch="noarch"
|
|
license="GPL-2.0-or-later"
|
|
depends="
|
|
bash
|
|
perl
|
|
perl-capture-tiny
|
|
perl-date-format
|
|
perl-datetime
|
|
perl-digest-md5
|
|
perl-json-xs
|
|
perl-memory-process
|
|
perl-time-hires
|
|
"
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/linux-test-project/lcov/releases/download/v$pkgver/lcov-$pkgver.tar.gz"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX="/usr" install
|
|
}
|
|
|
|
sha512sums="
|
|
b19b6debc93c0de0e7e5b2aaffa6c74d20a1313ea4d20d8731c6a5ea7f4cc40933316d28ef791c91fdc12ca77c9449a388405f3dc0793588e366b72f596ab49b lcov-2.0.tar.gz
|
|
"
|