diff options
Diffstat (limited to 'system/libexecinfo')
-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= |