summaryrefslogtreecommitdiff
path: root/repo/system/libedit.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libedit.xibuild')
-rw-r--r--repo/system/libedit.xibuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/repo/system/libedit.xibuild b/repo/system/libedit.xibuild
new file mode 100644
index 0000000..b594d83
--- /dev/null
+++ b/repo/system/libedit.xibuild
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+MAKEDEPS="make automake autoconf"
+DEPS="musl ncurses"
+
+PKG_VER=20210910-3.1
+SOURCE=https://www.thrysoee.dk/editline/libedit-20210910-3.1.tar.gz
+DESC="BSD line editing library"
+
+prepare () {
+ autoreconf -fi
+}
+
+build () {
+ ./configure --prefix=/usr
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}
+
+