Files
hakurei/internal/rosa/package/fribidi.az
T
cat 4cf235675a
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 3m1s
Test / ShareFS (push) Successful in 4m37s
Test / Hakurei (push) Successful in 4m43s
Test / Sandbox (race detector) (push) Successful in 6m5s
Test / Hakurei (race detector) (push) Successful in 7m13s
Test / Flake checks (push) Successful in 1m6s
internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-14 22:17:51 +09:00

19 lines
356 B
Go

package fribidi {
description = "GNU FriBidi";
website = "https://github.com/fribidi/fribidi";
anitya = 857;
version# = "1.0.16";
source = remoteGitHub {
suffix = "fribidi/fribidi";
tag = "v"+version;
checksum = "Sn9hwdgViXW9_MOi8ovAcBgQy6s6o4cc0o260k76nqCRzxmxxD1-B37GVkJ2EoMy";
};
exec = meson {
setup = {
"docs": "false";
};
};
}