Files
hakurei/internal/rosa/package/fcft.az

28 lines
527 B
Go

package fcft {
description = "a simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman"
website = "https://codeberg.org/dnkl/fcft"
anitya = 143240
version# = "3.3.3"
source = remoteTar {
url = "https://codeberg.org/dnkl/fcft/archive/${version}.tar.gz"
checksum = "bMj8OmqtoANRKZWbjHk4WfP09AxJYRbWGqUsm1gRJ_dOFg6gooNbgkDu597PLfz2"
compress = gzip
}
exec = meson()
inputs = [
pixman
fontconfig
utf8proc
tllist
]
runtime = [
pixman
fontconfig
utf8proc
]
}