aboutsummaryrefslogtreecommitdiffstats
path: root/testing/popl/APKBUILD
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-27 18:00:16 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-27 18:00:16 +0000
commit1a7b3b7c663a6fbce6fce49fe705b638e3113c6f (patch)
tree85e352dbd8b0f39c0512fc3903ec3df03ce045cb /testing/popl/APKBUILD
parentc7e742bd190cc77dd8cb63d2055677ea873a08d3 (diff)
testing/popl: take maintainership and modernize
Diffstat (limited to 'testing/popl/APKBUILD')
-rw-r--r--testing/popl/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/popl/APKBUILD b/testing/popl/APKBUILD
index 8d2039d9bba..b34bc05e258 100644
--- a/testing/popl/APKBUILD
+++ b/testing/popl/APKBUILD
@@ -1,5 +1,5 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
-# Maintainer:
+# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=popl
pkgver=1.1.0
pkgrel=0
@@ -7,12 +7,8 @@ pkgdesc="Header-only C++ program options parser library"
url="https://github.com/badaix/popl"
arch="noarch"
license="MIT"
-depends=""
-depends_dev=""
makedepends="cmake"
-install=""
options="!check" # no tests
-subpackages=""
source="popl-$pkgver.tar.gz::https://github.com/badaix/popl/archive/v$pkgver.tar.gz"
builddir="$srcdir/popl-$pkgver"