diff --git a/media-fonts/monoid/monoid-0.61.recipe b/media-fonts/monoid/monoid-0.61.recipe new file mode 100644 index 000000000..76ed23839 --- /dev/null +++ b/media-fonts/monoid/monoid-0.61.recipe @@ -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} +}