~comcloudway/ccw-aports

c4ecd43a3960fc088ad69a1c90b28e3538acb5dd — Jakob Meier 8 months ago 5e6b81c
testing/libexecinfo: remove package
1 files changed, 0 insertions(+), 24 deletions(-)

D testing/libexecinfo/APKBUILD
D testing/libexecinfo/APKBUILD => testing/libexecinfo/APKBUILD +0 -24
@@ 1,24 0,0 @@
# Contributor: Jakob Meier <comcloudway@ccw.icu>
# Maintainer: Jakob Meier <comcloudway@ccw.icu>
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"
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
"