Files
hakurei/internal/rosa/package/harfbuzz.az
Ophestra 958473e6f4 internal/rosa/package: harfbuzz
Required by pango.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-27 12:32:59 +09:00

32 lines
504 B
Go

package harfbuzz {
description = "a text shaping library";
website = "https://harfbuzz.github.io";
anitya = 1299;
version# = "14.2.0";
source = remoteGitHub {
suffix = "harfbuzz/harfbuzz";
tag = version;
checksum = "2VgjUmcPeIbleafZaGk5l7iGnag2qj0HTqrJ5770GzivebryZ2pbwVIha5j_24PH";
};
exec = meson {
setup = {
"Dcairo": "enabled";
"Dpng": "enabled";
"Dzlib": "enabled";
"Dfreetype": "enabled";
};
};
inputs = [
zlib,
cairo,
];
runtime = [
zlib,
cairo,
];
}