mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
32 lines
755 B
Bash
32 lines
755 B
Bash
SUMMARY="A typeface designed for source code"
|
|
DESCRIPTION="Hack includes monospaced regular, bold, oblique, and bold oblique sets to \
|
|
cover all of your syntax highlighting needs."
|
|
HOMEPAGE="http://sourcefoundry.org/hack/"
|
|
COPYRIGHT="2015-2017 Christopher Simpkins"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
REVISION="1"
|
|
SOURCE_URI="https://github.com/source-foundry/Hack/releases/download/v$portVersion/Hack-v3.000-ttf.zip"
|
|
CHECKSUM_SHA256="238765b81e88dd207d241a6ae46abeab37346d850566334fc1cca8221ea6da40"
|
|
SOURCE_DIR="ttf"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="
|
|
hack = $portVersion
|
|
"
|
|
REQUIRES="
|
|
haiku
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:cp
|
|
cmd:mkdir
|
|
"
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp -r *.ttf ${FONTDIR}/
|
|
}
|