# Description: terminal image format # URL: https://github.com/saitoha/libsixel # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: name=libsixel version=1.7.3 release=1 source=(https://github.com/saitoha/$name/archive/v$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }