void-packages/srcpkgs/fcft/template

34 lines
910 B
Bash

# Template file for 'fcft'
pkgname=fcft
version=2.2.6
revision=1
wrksrc=$pkgname
build_style=meson
hostmakedepends="pkg-config scdoc"
makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
short_desc="Simple library for font loading and glyph rasterization"
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://codeberg.org/dnkl/fcft"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=38d8226a0f712bb8831240d7b96cc1c2c1b307afe85da033e79173461a9f0d64
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
}
}