aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lcov
diff options
context:
space:
mode:
authorShiva <shiv@shiv.me>2016-12-26 23:40:01 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-12-27 09:33:27 +0200
commitc89815c0a9d50abd3988dfed42390956bf4df438 (patch)
tree66faf0681ec719fd419ab8c6c4087de3e4426149 /testing/lcov
parent7a4daaf4b8582dacbc5b365c2f44dc7e28eccc7c (diff)
downloadaports-c89815c0a9d50abd3988dfed42390956bf4df438.tar.bz2
aports-c89815c0a9d50abd3988dfed42390956bf4df438.tar.xz
testing/lcov: new aport
https://github.com/linux-test-project/lcov LCOV - a graphical interface for gcov generated coverage information.
Diffstat (limited to 'testing/lcov')
-rw-r--r--testing/lcov/APKBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/lcov/APKBUILD b/testing/lcov/APKBUILD
new file mode 100644
index 0000000000..e492c49f05
--- /dev/null
+++ b/testing/lcov/APKBUILD
@@ -0,0 +1,28 @@
+# Contributor: Shiva Velmurugan <shiv@shiv.me>
+# Maintainer: Shiva Velmurugan <shiv@shiv.me>
+pkgname=lcov
+pkgver=1.13
+pkgrel=0
+pkgdesc="LCOV is an extension to GCOV. It provides a graphical frontend for converage information"
+url="https://github.com/linux-test-project/lcov"
+arch="all"
+license="GPL"
+depends="bash perl"
+makedepends=""
+install=""
+subpackages="$pkgname-doc"
+source="https://github.com/linux-test-project/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+builddir="$srcdir/$pkgname-$pkgver"
+
+build() {
+ cd "$builddir"
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" PREFIX="/usr" install || return 1
+}
+
+md5sums="27c003662136063c8dfe479242eff0b5 lcov-1.13.tar.gz"
+sha256sums="44972c878482cc06a05fe78eaa3645cbfcbad6634615c3309858b207965d8a23 lcov-1.13.tar.gz"
+sha512sums="54033c0f99dbf7b332fcd70730df8672713ffc36c010809353dfd83a73fcc4f504b6a68e3b5010002d6992da5fa940a7d5f4e03dc3fe6930ab713a7b980dff9e lcov-1.13.tar.gz"