commit d9b5b6e

chld  ·  2026-08-22 15:19:51 +0000 UTC
parent 73629c0
fcft: init
3 files changed,  +14, -0
+0, -0
+6, -0
1@@ -0,0 +1,6 @@
2+name: fcft
3+description: a simple font library
4+license: MIT
5+upstream:
6+version: 3.3.3
7+maintainer: chld
+8, -0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=tllist
4+VERSION=3.3.3 # sinister
5+RELEASE=1
6+SOURCE="https://codeberg.org/dnkl/fcft/releases/download/3.3.3/fcft-3.3.3.tar.gz"
7+BUILD_OPT="-Dprefix=/ -Ddefault_library=static -Dtest-text-shaping=false -Dexmaples=false" 
8+
9+. ${0%/*}/../../libsh/libdmake.sh