mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
monoid: added recipe for version 0.61
This commit is contained in:
37
media-fonts/monoid/monoid-0.61.recipe
Normal file
37
media-fonts/monoid/monoid-0.61.recipe
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user