From fbeee3f2f7d7acc6c80fd4d29ac0d81aa50b548b Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Tue, 6 Dec 2022 15:47:55 +0100 Subject: [PATCH] testing/libexecinfo: new aport - Ref: https://github.com/ronchaine/libexecinfo --- testing/libexecinfo/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/libexecinfo/APKBUILD diff --git a/testing/libexecinfo/APKBUILD b/testing/libexecinfo/APKBUILD new file mode 100644 index 0000000..bf29755 --- /dev/null +++ b/testing/libexecinfo/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Jakob Meier +# Maintainer: Jakob Meier +pkgname=libexecinfo +pkgver=1.0 +pkgrel=1 +pkgdesc="BSD licensed clone of backtrace facility found in the GNU libc" +url="https://github.com/ronchaine/libexecinfo" +arch="all" +license="BSD" +depends="" +makedepends="" +checkdepends="" +subpackages="$pkgname-dev" +source="exec-info.zip::https://github.com/ronchaine/libexecinfo/archive/refs/heads/master.zip" +builddir="$srcdir/libexecinfo-master" +options="!check" + +build() { + make +} + +package() { + DESTDIR="$pkgdir/" make install +} +sha512sums=" +76a4dbb52a8b93354474e598d9771bd8805dfbb6fd1caf6274d378e03091dd583a05fbb8a74c40d07671bf41399dc508e1d0d1a5b7fc85c14ffe7f283a349442 exec-info.zip +" -- 2.38.5