diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-21 01:03:18 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-21 01:03:18 -0500 |
commit | e7c92d343414b6ed51316f5862a042ec6da27afa (patch) | |
tree | 32f5baf85df250f35c74fffedad941953be2f7d0 /system | |
parent | 2a97a40e1937c55a25fea5bbb41766fcd328255d (diff) | |
download | packages-e7c92d343414b6ed51316f5862a042ec6da27afa.tar.gz packages-e7c92d343414b6ed51316f5862a042ec6da27afa.tar.bz2 packages-e7c92d343414b6ed51316f5862a042ec6da27afa.tar.xz packages-e7c92d343414b6ed51316f5862a042ec6da27afa.zip |
system/libexecinfo: [PD] mark no maintainer
Diffstat (limited to 'system')
-rw-r--r-- | system/libexecinfo/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/libexecinfo/APKBUILD b/system/libexecinfo/APKBUILD index bdc921c11..351913d6d 100644 --- a/system/libexecinfo/APKBUILD +++ b/system/libexecinfo/APKBUILD @@ -1,14 +1,13 @@ # Contributor: Philipp Andronov <filipp.andronov@gmail.com> -# Maintainer: Matt Smith <mcs@darkregion.net> - +# Maintainer: pkgname=libexecinfo pkgver=1.1 pkgrel=1 pkgdesc="Experimental BSD clone of the GNU libc backtrace facility" url="https://www.freshports.org/devel/libexecinfo" arch="all" -license="BSD-2-Clause" options="!check" # Test file would require manual inspection of output. +license="BSD-2-Clause" depends= makedepends= install= |