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
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:
18
internal/rosa/package/fribidi.az
Normal file
18
internal/rosa/package/fribidi.az
Normal 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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user