commit 6da8de6
chld
·
2026-08-26 03:29:04 +0000 UTC
parent 9f57d6d
fbgrab: init
3 files changed,
+13,
-0
+0,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+name: fbgrab
3+description: take a screenshot from the framebuffer
4+license:
5+upstream: https://github.com/GunnarMonell/fbgrab
6+version: git
7+maintainer:
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=fbgrab
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/GunnarMonell/${NAME}"
7+
8+. ${0%/*}/../../libsh/libdmake.sh