# Template file for 'fcft' pkgname=fcft version=3.3.3 revision=1 build_style=meson configure_args="-Ddocs=enabled $(vopt_feature textshaping run-shaping)" hostmakedepends="pkg-config scdoc" makedepends="fontconfig-devel freetype-devel pixman-devel tllist $(vopt_if textshaping harfbuzz-devel) $(vopt_if textshaping libutf8proc-devel)" short_desc="Simple library for font loading and glyph rasterization" maintainer="cinerea0 " license="MIT" homepage="https://codeberg.org/dnkl/fcft" changelog="https://codeberg.org/dnkl/fcft/raw/branch/master/CHANGELOG.md" distfiles="https://codeberg.org/dnkl/fcft/archive/${version}.tar.gz" checksum=c0d8d485b45b1af829f73101d6588f404a32bf3c7543236b1a4707d44be81b60 build_options="textshaping" build_options_default="textshaping" desc_option_textshaping="Enable support for text run shaping" post_install() { vlicense LICENSE } fcft-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${makedepends}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" vmove usr/share/doc vmove usr/share/man/man3 # The license is already installed by the base package rm ${PKGDESTDIR}/usr/share/doc/${sourcepkg}/LICENSE } }