From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- libs/fcft/MAKEPKG | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 libs/fcft/MAKEPKG (limited to 'libs/fcft/MAKEPKG') diff --git a/libs/fcft/MAKEPKG b/libs/fcft/MAKEPKG new file mode 100644 index 0000000..1f1fc9b --- /dev/null +++ b/libs/fcft/MAKEPKG @@ -0,0 +1,35 @@ +#!/bin/mkpkg +# description: Font loading and glyph rasterization library +# url: https://codeberg.org/dnkl/fcft + +name=fcft +version=3.3.3 +release=1 +depends=(fontconfig pixman tllist utf8proc) +makedeps=(meson scdoc) +source=(https://codeberg.org/dnkl/$name/archive/$version.tar.gz) +renames=($name-$version.tar.gz) + +sha256sums=( + "b0c0f4a599f43723736c8565b8b84337c4195077f07f1bb8bb3252bb13a2306a" +) + +build() { + meson setup $name build \ + --prefix=/usr \ + --buildtype=plain \ + -D grapheme-shaping=enabled \ + -D run-shaping=enabled + + meson compile -C build + DESTDIR=$PKG meson install -C build + + rm -rf $PKG/usr/share/doc +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1