PKGNAME=libsixel
PKGSEC=libs
PKGDEP="curl gdk-pixbuf libgd libjpeg-turbo libpng python-3"
PKGDES="SIXEL (terminal graphics and printing format by DEC) codec implementation"

AUTOTOOLS_AFTER=(
    '--disable-img2sixel'
    '--disable-sixel2png'
    '--enable-python'
    '--disable-debug'
    '--disable-gcov'
    '--disable-tests'
    '--with-gdk-pixbuf2'
    '--with-gd'
    '--with-libcurl'
    '--with-jpeg'
    '--with-png'
    'PYTHON=/usr/bin/python3'
    '--with-bashcompletiondir='${PKGDIR}'/usr/share/bash-completion/completions'
    '--with-zshcompletiondir='${PKGDIR}'/usr/share/zsh/site-functions'
)
