Skip to content

Instantly share code, notes, and snippets.

@hanya
Last active February 14, 2019 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanya/116807297e9fb7f5aa99ade40b6d7c08 to your computer and use it in GitHub Desktop.
Save hanya/116807297e9fb7f5aa99ade40b6d7c08 to your computer and use it in GitHub Desktop.
HaikuPorts recipe for RictyDiminished font
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