commit 5008779
chld
·
2026-09-01 23:27:58 +0000 UTC
parent a21135e
libsixel: init
3 files changed,
+16,
-0
+1,
-0
1@@ -0,0 +1 @@
2+
+6,
-0
1@@ -0,0 +1,6 @@
2+name: libsixel
3+description: render images whereever
4+license: MIT
5+upstream: https://github.com/saitoha/libsixel
6+version: 1.8.7-r2
7+maintainer:
+9,
-0
1@@ -0,0 +1,9 @@
2+#!/bin/sh -ue
3+NAME=libsixel
4+VERSION=1.8.7-r2
5+RELEASE=1
6+SOURCE="https://github.com/saitoha/${NAME}/releases/download/v${VERSION}/sixel-${VERSION}.tar.gz"
7+BUILD_OPT="--disable-shared
8+ --enable-static"
9+
10+. ${0%/*}/../../libsh/libdmake.sh