mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
overpass: add recipe
This commit is contained in:
33
media-fonts/overpass/overpass-1.0.recipe
Normal file
33
media-fonts/overpass/overpass-1.0.recipe
Normal file
@@ -0,0 +1,33 @@
|
||||
SUMMARY="An open source web font family"
|
||||
DESCRIPTION="Inspired by the Highway Gothic font."
|
||||
HOMEPAGE="http://overpassfont.org/"
|
||||
COPYRIGHT="Red Hat, Inc."
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/andyfitz/overpass/raw/master/Desktop%20Fonts/Overpass_TTF_Fonts.zip"
|
||||
CHECKSUM_SHA256="b42a3063e07bd06a8c2e2b27dc62c676514983a00fe2ecf497ea59b2e16f9d6d"
|
||||
SOURCE_DIR="Desktop Fonts"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
overpass = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cp
|
||||
cmd:mkdir
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -r *.ttf ${FONTDIR}/
|
||||
}
|
||||
Reference in New Issue
Block a user