Last active
February 14, 2019 14:48
-
-
Save hanya/116807297e9fb7f5aa99ade40b6d7c08 to your computer and use it in GitHub Desktop.
HaikuPorts recipe for RictyDiminished font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SUMMARY="Ricty Diminished font" | |
DESCRIPTION="Ricty Diminished font is designed for text editing \ | |
based on Inconsolata and Circle M+ 1m fonts." | |
HOMEPAGE="https://www.rs.tus.ac.jp/yyusa/ricty_diminished.html" | |
COPYRIGHT="2012-2014 Yasunori Yusa | |
2006-2015 Raph Levien" | |
LICENSE="SIL Open Font License v1.1" | |
REVISION="1" | |
SOURCE_URI="https://github.com/edihbrandon/RictyDiminished/archive/3.2.3.tar.gz" | |
CHECKSUM_SHA256="4569555415e6b04c6cddc4cd715c7c91aae9ffc2ce5c0ea37d7bd40a5161ac0a" | |
SOURCE_DIR="RictyDiminished-$portVersion" | |
ARCHITECTURES="any" | |
DISABLE_SOURCE_PACKAGE="yes" | |
PROVIDES=" | |
ricty_diminished=$portVersion | |
" | |
BUILD_PREREQUIRES=" | |
coreutils | |
" | |
INSTALL() | |
{ | |
FONTDIR=$fontsDir/ttfonts | |
mkdir -p $FONTDIR | |
cp *.ttf $FONTDIR | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment