mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
25 lines
738 B
Bash
25 lines
738 B
Bash
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}/
|
|
}
|