PKGNAME=emacs
PKGSEC=editors
PKGDEP="alsa-lib desktop-file-utils giflib gnutls gpm gtk-3 hicolor-icon-theme
        jansson libotf librsvg m17n-lib harfbuzz tree-sitter"
PKGDES="GNU Emacs text editor"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
        "--with-x-toolkit=gtk3"
        "--with-tree-sitter"
        "--with-xft"
)
