commit 4f150e6
chld
·
2026-09-07 21:10:44 +0000 UTC
parent 22b6c10
chafa: init
2 files changed,
+13,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+name: chafa
3+description: view images in the tty using escape codes but better i think
4+license:
5+upstream: https://github.com/hpjansson/chafa
6+version: 1.18.2
7+maintainer:
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=chafa
4+VERSION=1.18.2
5+RELEASE=1
6+SOURCE="https://github.com/hpjansson/${NAME}/releases/download/${VERSION}/${NAME}-${VERSION}.tar.xz"
7+
8+. ${0%/*}/../../libsh/libdmake.sh