mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
fantasque_sans: new recipe (#4823)
This commit is contained in:
24
media-fonts/fantasque_sans/fantasque_sans-1.8.0.recipe
Normal file
24
media-fonts/fantasque_sans/fantasque_sans-1.8.0.recipe
Normal file
@@ -0,0 +1,24 @@
|
||||
SUMMARY="A font family with a great monospaced variant for programmers"
|
||||
DESCRIPTION="A programming font, designed with functionality in mind, and with \
|
||||
some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool."
|
||||
HOMEPAGE="https://github.com/belluzj/fantasque-sans"
|
||||
COPYRIGHT="2013-2017 Jany Belluz"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/releases/download/v$portVersion/FantasqueSansMono-Normal.tar.gz"
|
||||
CHECKSUM_SHA256="645709a54ea6fba24c926135a213d342ddb18f0f8b49f4e604b2210b73e9068a"
|
||||
SOURCE_DIR="TTF"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
fantasque_sans = $portVersion
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}/
|
||||
}
|
||||
Reference in New Issue
Block a user