commit a686b62

chld  ·  2026-09-01 22:42:44 +0000 UTC
parent 313e6cd
yaft: init
1 files changed,  +5, -2
+5, -2
 1@@ -2,10 +2,13 @@
 2 NAME=yaft
 3 VERSION=git
 4 RELEASE=1
 5-SOURCE="https://github.com/uobikiemukot/${NAME}"
 6+SOURCE="https://github.com/uobikiemukot/${NAME}
 7+"
 8+BUILD_STYLE=gmake
 9+
10 prebuild(){
11 	msg "please build with ncurses tic"
12 	export CFLAGS=-static LDFLAGS=-static
13-	}
14+}
15 
16 . ${0%/*}/../../libsh/libdmake.sh