summaryrefslogtreecommitdiff
path: root/extra/lynx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lynx/PKGBUILD')
-rw-r--r--extra/lynx/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/lynx/PKGBUILD b/extra/lynx/PKGBUILD
new file mode 100644
index 00000000..f126e56b
--- /dev/null
+++ b/extra/lynx/PKGBUILD
@@ -0,0 +1,12 @@
+# see FS#56510
+# patch from AlpineLinux, see: https://git.alpinelinux.org/cgit/aports/tree/main/lynx/ncurses.patch
+
+source+=(alpine-lynx-2.8.8-ncurses.patch)
+sha256sums+=('06d1a968cd7eed0711683ed055c67118f52ef7ea22fcb7995447d3d7a9297f1d')
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ /patch/a patch -Np1 -i ../alpine-lynx-2.8.8-ncurses.patch
+ '
+)"