diff options
Diffstat (limited to 'wayland/fcft')
-rwxr-xr-x | wayland/fcft/build | 10 | ||||
-rw-r--r-- | wayland/fcft/checksums | 2 | ||||
-rw-r--r-- | wayland/fcft/depends | 6 | ||||
-rw-r--r-- | wayland/fcft/meta | 3 | ||||
-rw-r--r-- | wayland/fcft/sources | 1 | ||||
-rw-r--r-- | wayland/fcft/version | 1 |
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..6ea5dc6a --- /dev/null +++ b/wayland/fcft/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +f66aa7604dd1045e697fe10b0002ebba951b04c8c13eecca6d90ee92e46314a0 3.1.8.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..02deec9c --- /dev/null +++ b/wayland/fcft/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/fcft/archive/3.1.8.tar.gz diff --git a/wayland/fcft/version b/wayland/fcft/version new file mode 100644 index 00000000..e0370c9f --- /dev/null +++ b/wayland/fcft/version @@ -0,0 +1 @@ +3.1.8 1 |