fontawesome: bumped version (#9245)

This commit is contained in:
kenmays
2023-08-18 02:30:41 -07:00
committed by GitHub
parent e9bcfb64b1
commit dad3f2420d

View File

@@ -0,0 +1,32 @@
SUMMARY="Iconic scalable vector icon set"
DESCRIPTION="FontAwesome provides a library of over 2,025 free icons used on over \
200 million websites. Haiku's discussion forum at \
https://discuss.haiku-os.org uses it as well. As long as Haiku does not \
support loading a font that's not installed, you should install this \
webfont to see all the icons on the discussion forum."
HOMEPAGE="https://fontawesome.com/"
COPYRIGHT="2023 Fonticons"
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://use.fontawesome.com/releases/v$portVersion/fontawesome-free-$portVersion-web.zip"
CHECKSUM_SHA256="54e9c3d2489b3e5e40e0616e745d5718490fbdfe18c7df6e5a557725e287466e"
SOURCE_DIR="fontawesome-free-$portVersion-web"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
fontawesome = $portVersion
"
BUILD_PREREQUIRES="
cmd:cp
cmd:mkdir
"
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp -a webfonts/*.ttf ${FONTDIR}
}