New comment by notthewave on void-packages repository https://github.com/void-linux/void-packages/issues/27475#issuecomment-752197305 Comment: I have started to create a package for this already but abandoned it. Here is that as of now. It's installed to /usr/local but xbps does not allow that. ```sh # Template file for 'libsixel' pkgname=libsixel version=1.8.6 revision=1 build_style=configure #configure_args="--with-libcurl --with-gd --with-gdk-pixbuf2 --with-jpeg --with-png --with-pkgconfigdir --with-bashcompletiondir --with-zshcompletiondir --enable-python --enable-debug --enable-gcov --enable-tests" hostmakedepends="pkg-config" short_desc="A SIXEL encoder/decoder implementation derived from kmiya's sixel" maintainer="*** <***>" license="GPL-3.0-or-later" homepage="https://github.com/saitoha/libsixel" distfiles="https://github.com/saitoha/libsixel/archive/v${version}.tar.gz" checksum=37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9 ```