commit 313e6cd

chld  ·  2026-09-01 22:41:15 +0000 UTC
parent 06fd93e
yaft: init
3 files changed,  +18, -0
+1, -0
1@@ -0,0 +1 @@
2+.ncurses
+6, -0
1@@ -0,0 +1,6 @@
2+name: yaft
3+description: yet another abandoned framebuffer terminal
4+license: MIT
5+upstream: https://github.com/uobikiemukot
6+version: git
7+maintainer:
+11, -0
 1@@ -0,0 +1,11 @@
 2+#!/bin/sh -ue
 3+NAME=yaft
 4+VERSION=git
 5+RELEASE=1
 6+SOURCE="https://github.com/uobikiemukot/${NAME}"
 7+prebuild(){
 8+	msg "please build with ncurses tic"
 9+	export CFLAGS=-static LDFLAGS=-static
10+	}
11+
12+. ${0%/*}/../../libsh/libdmake.sh