1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

Ports: Add libsixel

This contains `img2sixel`.
This commit is contained in:
Nico Weber 2021-08-15 09:41:39 -04:00 committed by Linus Groh
parent 8157e7740b
commit 788472f91a
3 changed files with 25 additions and 0 deletions

11
Ports/libsixel/package.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libsixel
version=1.8.6
files="https://github.com/saitoha/libsixel/archive/refs/tags/v${version}.tar.gz ${port}-${version}.tar.gz 37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9"
useconfigure=true
auth_type=sha256
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
install() {
run make install
}