Files
hakurei/internal/rosa/package/harfbuzz.az
Ophestra 84cda19d63
All checks were successful
Test / Create distribution (push) Successful in 1m15s
Test / Sandbox (push) Successful in 3m9s
Test / Hakurei (push) Successful in 4m35s
Test / ShareFS (push) Successful in 4m32s
Test / Sandbox (race detector) (push) Successful in 6m4s
Test / Hakurei (race detector) (push) Successful in 7m15s
Test / Flake checks (push) Successful in 1m34s
internal/rosa/package/harfbuzz: 14.2.0 to 14.2.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-05 09:22:08 +09:00

32 lines
504 B
Go

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