mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
FontAwesome: bump awesomeness (#2249)
* FontAwesome: bump awesomeness * Readd 4.x Cleanup * Cleanup
This commit is contained in:
32
media-fonts/fontawesome/fontawesome-5.0.6.recipe
Normal file
32
media-fonts/fontawesome/fontawesome-5.0.6.recipe
Normal file
@@ -0,0 +1,32 @@
|
||||
SUMMARY="A font containing scalable vector icons"
|
||||
DESCRIPTION="FontAwesome contains over 600 icons and is most widely used on \
|
||||
the internet to depict certain actions. Haiku's discussion forum at \
|
||||
https://discuss.haiku-os.org uses it as well.
|
||||
As long as Haiku doesn't 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="2013-2018 Dave Gandy"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://use.fontawesome.com/releases/v$portVersion/fontawesome-free-$portVersion.zip"
|
||||
CHECKSUM_SHA256="6a4be82b5ebfa4c8afd8d88ac6b0a9092efd7bfcc7f7affb03e051c9c26eddaf"
|
||||
SOURCE_DIR="fontawesome-free-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="
|
||||
fontawesome = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cp
|
||||
cmd:mkdir
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -a on-server/webfonts/*.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user