commit c45235f

chld  ·  2026-09-05 01:41:51 +0000 UTC
parent e41cf45
fbv: init
2 files changed,  +13, -0
+6, -0
1@@ -0,0 +1,6 @@
2+name: fbv
3+description: display images in the framebuffer
4+license: GPL-2.0
5+upstream: https://github.com/smokku/fbv
6+version: git
7+maintainer: 
+7, -0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=fbv
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/smokku/${NAME}"
7+
8+. ${0%/*}/../../libsh/libdmake.sh