summaryrefslogtreecommitdiff
path: root/extra/lynx/PKGBUILD
blob: f126e56bd6be3f67dea38e9cd711ff3be7a52df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
    '
)"