Files
hakurei/internal/rosa/package/fontconfig.az
T
2026-07-10 02:33:16 +09:00

38 lines
629 B
Go

package fontconfig {
description = "font configuration and customization library";
website = "https://www.freedesktop.org/wiki/Software/fontconfig";
anitya = 827;
version# = "2.18.2";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "fontconfig/fontconfig";
ref = version;
checksum = "P8YoQunIynBhc3gdDyPkImw_GGYoy1U4aX0jTnpkgtLmU4nqIgUyeqCH3-rNzpTd";
};
exec = make {
generate = "NOCONFIGURE=1 ./autogen.sh";
};
inputs = [
automake,
libtool,
pkg-config,
gettext,
gperf,
gzip,
python,
zlib,
libexpat,
freetype,
];
runtime = [
zlib,
libexpat,
freetype,
];
}