diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-27 18:00:16 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-27 18:00:16 +0000 |
commit | 1a7b3b7c663a6fbce6fce49fe705b638e3113c6f (patch) | |
tree | 85e352dbd8b0f39c0512fc3903ec3df03ce045cb /testing/popl/APKBUILD | |
parent | c7e742bd190cc77dd8cb63d2055677ea873a08d3 (diff) | |
download | aports-1a7b3b7c663a6fbce6fce49fe705b638e3113c6f.tar.bz2 aports-1a7b3b7c663a6fbce6fce49fe705b638e3113c6f.tar.xz |
testing/popl: take maintainership and modernize
Diffstat (limited to 'testing/popl/APKBUILD')
-rw-r--r-- | testing/popl/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/popl/APKBUILD b/testing/popl/APKBUILD index 8d2039d9bb..b34bc05e25 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" |