### this file is sourced not run
PKGVER=1.8.6
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libsixel-1.8.6.tar.gz
MD5SUM=f691eba95b54a8407c875b163e73a6ef
SRC_URL=https://github.com/saitoha/libsixel/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='curl' # optionally gdk-pixbuf, libgd
SLACKDESC="libsixel: libsixel $PKGVER (DEC SIXEL graphics codec)
libsixel: 
libsixel: This package provides encoder/decoder implementation for DEC SIXEL 
libsixel: graphics, and some converter programs. SIXEL is one of image formats 
libsixel: for printer and terminal imaging introduced by Digital Equipment 
libsixel: Corp. (DEC). Its data scheme is represented as a terminal-friendly 
libsixel: escape sequence. So if you want to view a SIXEL image file, all you 
libsixel: have to do is 'cat' it to your terminal.
libsixel:
libsixel: https://saitoha.github.io/libsixel/
libsixel: https://github.com/saitoha/libsixel
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static" # --with-gdk-pixbuf2 --with-gd
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


