monoid: added recipe for version 0.61

This commit is contained in:
Jerome Duval
2015-08-11 17:02:49 +00:00
parent 4cb2660788
commit cf9f4629d6

View File

@@ -0,0 +1,37 @@
SUMMARY="The Monoid Font"
DESCRIPTION="\
The Monoid Font is a customisable coding font with alternates, ligatures and \
contextual positioning. Crazy crisp at 12px/9pt.
"
HOMEPAGE="https://larsenwork.com/monoid"
SOURCE_URI="https://cdn.rawgit.com/larsenwork/monoid/f16ff9058bb97eafd78d61d415dedefe2d092562/Monoid.zip"
CHECKSUM_SHA256="f03b41366bcbbf6ebd2cec0bb9f1d103c34fb67a00abb60b0d5a1385512c316d"
REVISION="1"
LICENSE="
MIT
SIL Open Font License v1.1
"
COPYRIGHT="2015 Andreas Larsen and contributors"
ARCHITECTURES="any"
PROVIDES="monoid = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="
coreutils
"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp -a *.ttf ${FONTDIR}
}