commit e99ad6a
chld
·
2026-09-05 02:17:47 +0000 UTC
parent 1bad5d4
catimg: init
2 files changed,
+13,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+name: catimg
3+description: view images in the tty using escape codes
4+license:
5+upstream: https://github.com/posva/catimg
6+version: git
7+maintainer:
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=catimg
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/posva/${NAME}"
7+
8+. ${0%/*}/../../libsh/libdmake.sh