https://github.com/jart/bestline
Minimal replacement for readline
Signed-off-by: Sebastian <sebastian@sebsite.pw>
---
Changes since v1: Removed -dbg subpackage and don't install bestline.o
testing/bestline/APKBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 testing/bestline/APKBUILD
diff --git a/testing/bestline/APKBUILD b/testing/bestline/APKBUILD
new file mode 100644
index 00000000..56957369
--- /dev/null+++ b/testing/bestline/APKBUILD
@@ -0,0 +1,30 @@
+# Contributor: Sebastian Hudak <sebastian@sebsite.pw>+# Maintainer: Sebastian Hudak <sebastian@sebsite.pw>+pkgname=bestline+# No official release tagged yet; not ready to be moved out of testing.+pkgver=0.0_git20211108+_commit=8ab535e621b3848f8491469c2083c7ecb0df3e22+pkgrel=0+pkgdesc="Minimal replacement for readline"+url="https://github.com/jart/bestline"+arch="all"+license="BSD-2-Clause"+subpackages="$pkgname-dev $pkgname-doc"+source="https://github.com/jart/bestline/archive/$_commit.tar.gz"
since there is no versioned .so, the -dev package should also depend on the main library to allow linking against it, so you need a `depends_dev="$pkgname"`
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/30833#note_214839