mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
fontawesome: bumped version (#9245)
This commit is contained in:
32
media-fonts/fontawesome/fontawesome-6.4.2.recipe
Normal file
32
media-fonts/fontawesome/fontawesome-6.4.2.recipe
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user