PKGNAME=less
PKGDES="A command line utility that displays the contents of files or outputs in pages"
PKGDEP="glibc ncurses pcre2"
PKGSEC=utils

AUTOTOOLS_AFTER="--enable-largefile \
                 --with-regex=pcre2 \
                 --with-editor=editor"

PKGEPOCH=1

PKGESS=1

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
