forked from rosa/hakurei
38 lines
603 B
Go
38 lines
603 B
Go
package fontconfig {
|
|
description = "font configuration and customization library"
|
|
website = "https://www.freedesktop.org/wiki/Software/fontconfig"
|
|
anitya = 827
|
|
|
|
version# = "2.18.0"
|
|
source = remoteGitLab {
|
|
domain = "gitlab.freedesktop.org"
|
|
suffix = "fontconfig/fontconfig"
|
|
ref = version
|
|
checksum = "Z-yA7pFiE7cRDxZm32EHUPmeRx-lth2X6uw51aoeLi4BXwNm4iOWT13IGp3YSbNW"
|
|
}
|
|
|
|
exec = make {
|
|
generate = "NOCONFIGURE=1 ./autogen.sh"
|
|
}
|
|
|
|
inputs = [
|
|
automake
|
|
libtool
|
|
pkg-config
|
|
gettext
|
|
gperf
|
|
gzip
|
|
python
|
|
|
|
zlib
|
|
libexpat
|
|
freetype
|
|
]
|
|
|
|
runtime = [
|
|
zlib
|
|
libexpat
|
|
freetype
|
|
]
|
|
}
|