internal/rosa/package: fribidi
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m51s
Test / ShareFS (push) Successful in 3m45s
Test / Sandbox (race detector) (push) Successful in 5m25s
Test / Hakurei (race detector) (push) Successful in 6m28s
Test / Hakurei (push) Successful in 2m31s
Test / Flake checks (push) Successful in 1m21s

Required by pango.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 12:13:31 +09:00
parent 7816f8b523
commit cc52bb3035

View File

@@ -0,0 +1,18 @@
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 = {
"Ddocs": "false";
};
};
}