internal/rosa/package: fcft
All checks were successful
Test / Create distribution (push) Successful in 1m6s
Test / Sandbox (push) Successful in 2m53s
Test / ShareFS (push) Successful in 3m46s
Test / Hakurei (push) Successful in 3m51s
Test / Sandbox (race detector) (push) Successful in 5m25s
Test / Hakurei (race detector) (push) Successful in 6m29s
Test / Flake checks (push) Successful in 1m32s
All checks were successful
Test / Create distribution (push) Successful in 1m6s
Test / Sandbox (push) Successful in 2m53s
Test / ShareFS (push) Successful in 3m46s
Test / Hakurei (push) Successful in 3m51s
Test / Sandbox (race detector) (push) Successful in 5m25s
Test / Hakurei (race detector) (push) Successful in 6m29s
Test / Flake checks (push) Successful in 1m32s
Required by foot. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
27
internal/rosa/package/fcft.az
Normal file
27
internal/rosa/package/fcft.az
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
package fcft {
|
||||||
|
description = "a simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman";
|
||||||
|
website = "https://codeberg.org/dnkl/fcft";
|
||||||
|
anitya = 143240;
|
||||||
|
|
||||||
|
version* = "3.3.3";
|
||||||
|
source = remoteTar {
|
||||||
|
url = "https://codeberg.org/dnkl/fcft/archive/"+version+".tar.gz";
|
||||||
|
checksum = "bMj8OmqtoANRKZWbjHk4WfP09AxJYRbWGqUsm1gRJ_dOFg6gooNbgkDu597PLfz2";
|
||||||
|
compress = gzip;
|
||||||
|
};
|
||||||
|
|
||||||
|
exec = meson {};
|
||||||
|
|
||||||
|
inputs = [
|
||||||
|
pixman,
|
||||||
|
fontconfig,
|
||||||
|
utf8proc,
|
||||||
|
tllist,
|
||||||
|
];
|
||||||
|
|
||||||
|
runtime = [
|
||||||
|
pixman,
|
||||||
|
fontconfig,
|
||||||
|
utf8proc,
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user