aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lcov
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-18 00:33:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-18 13:53:45 -0300
commit13e34b665debd1dc2bc70ee533a05172f800a801 (patch)
treed8e2e550bca0255e2f4327261ef6f744a21ac39a /testing/lcov
parent3b3113a72111b7548d4a6d5644978153d1509b5f (diff)
downloadaports-13e34b665debd1dc2bc70ee533a05172f800a801.tar.bz2
aports-13e34b665debd1dc2bc70ee533a05172f800a801.tar.xz
testing/lcov: upgrade to 1.14
Diffstat (limited to 'testing/lcov')
-rw-r--r--testing/lcov/APKBUILD22
1 files changed, 6 insertions, 16 deletions
diff --git a/testing/lcov/APKBUILD b/testing/lcov/APKBUILD
index e492c49f05..ef49739fcb 100644
--- a/testing/lcov/APKBUILD
+++ b/testing/lcov/APKBUILD
@@ -1,28 +1,18 @@
# Contributor: Shiva Velmurugan <shiv@shiv.me>
# Maintainer: Shiva Velmurugan <shiv@shiv.me>
pkgname=lcov
-pkgver=1.13
+pkgver=1.14
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"
+arch="noarch"
+license="GPL-2.0-or-later"
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"
-}
+source="https://github.com/linux-test-project/lcov/releases/download/v$pkgver/lcov-$pkgver.tar.gz"
package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" PREFIX="/usr" install || return 1
+ make DESTDIR="$pkgdir" PREFIX="/usr" install
}
-md5sums="27c003662136063c8dfe479242eff0b5 lcov-1.13.tar.gz"
-sha256sums="44972c878482cc06a05fe78eaa3645cbfcbad6634615c3309858b207965d8a23 lcov-1.13.tar.gz"
-sha512sums="54033c0f99dbf7b332fcd70730df8672713ffc36c010809353dfd83a73fcc4f504b6a68e3b5010002d6992da5fa940a7d5f4e03dc3fe6930ab713a7b980dff9e lcov-1.13.tar.gz"
+sha512sums="2d60c3a63e300dda96171c432fe304840acc76bf6275f60934d08e80765f9f85671e8b77bfed758fc45842a80156586dc0d67c42c9f215f4f163840fc5cf65bc lcov-1.14.tar.gz"