fantasque_sans: new recipe (#4823)

This commit is contained in:
dragonmaus
2020-03-24 08:23:36 -04:00
committed by GitHub
parent affe59d49b
commit 4ea8c371de

View 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}/
}