aboutsummaryrefslogtreecommitdiff
path: root/wayland/fcft
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/fcft')
-rwxr-xr-xwayland/fcft/build10
-rw-r--r--wayland/fcft/checksums2
-rw-r--r--wayland/fcft/depends6
-rw-r--r--wayland/fcft/meta3
-rw-r--r--wayland/fcft/sources1
-rw-r--r--wayland/fcft/version1
6 files changed, 23 insertions, 0 deletions
diff --git a/wayland/fcft/build b/wayland/fcft/build
new file mode 100755
index 00000000..ef5908cf
--- /dev/null
+++ b/wayland/fcft/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Drun-shaping=enabled \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/fcft/checksums b/wayland/fcft/checksums
new file mode 100644
index 00000000..a4f651c0
--- /dev/null
+++ b/wayland/fcft/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+c8dd0f1f2dfba96ab47b8a81bbc10cd3ba156f68cb6e71b09817030bdf257ef7 3.1.6.tar.gz
diff --git a/wayland/fcft/depends b/wayland/fcft/depends
new file mode 100644
index 00000000..b8ff1add
--- /dev/null
+++ b/wayland/fcft/depends
@@ -0,0 +1,6 @@
+fontconfig
+freetype-harfbuzz
+libutf8proc make
+pixman
+scdoc make
+tllist make
diff --git a/wayland/fcft/meta b/wayland/fcft/meta
new file mode 100644
index 00000000..9e0535c3
--- /dev/null
+++ b/wayland/fcft/meta
@@ -0,0 +1,3 @@
+description: Simple library for font loading and glyph rasterization
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/wayland/fcft/sources b/wayland/fcft/sources
new file mode 100644
index 00000000..2798f6e6
--- /dev/null
+++ b/wayland/fcft/sources
@@ -0,0 +1 @@
+https://codeberg.org/dnkl/fcft/archive/3.1.6.tar.gz
diff --git a/wayland/fcft/version b/wayland/fcft/version
new file mode 100644
index 00000000..1231d24a
--- /dev/null
+++ b/wayland/fcft/version
@@ -0,0 +1 @@
+3.1.6 1