mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
32 lines
803 B
Plaintext
32 lines
803 B
Plaintext
SUMMARY="The Anonymous Pro Font Family"
|
|
DESCRIPTION="Anonymous Pro (2009) is a family of four fixed-width fonts designed with coding in mind."
|
|
HOMEPAGE="http://www.marksimonson.com/fonts/view/anonymous-pro"
|
|
SRC_URI="http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip"
|
|
CHECKSUM_MD5="bb5141b20b9d69b3190be03e5706c8b7"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
COPYRIGHT="2009 Mark Simonson, with reserved font name Anonymous Pro"
|
|
REVISION="1"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="anonymous_pro = $portVersion"
|
|
REQUIRES=""
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
SOURCE_DIR="AnonymousPro-1.002.001"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/anonymous-pro
|
|
mkdir -p ${FONTDIR}
|
|
cp *.ttf ${FONTDIR}
|
|
cp README.txt ${FONTDIR}/anonymous-pro-readme.txt
|
|
}
|