mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
nanumfont: bump version (#3667)
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
SUMMARY="The Nanum font"
|
||||
DESCRIPTION="\
|
||||
Korean monospace font distributed by NHN.
|
||||
"
|
||||
HOMEPAGE="http://dev.naver.com/projects/nanumfont"
|
||||
COPYRIGHT="2009 NHN Corp."
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://dev.naver.com/frs/download.php/441/NanumGothicCoding-2.0.zip"
|
||||
CHECKSUM_SHA256="177317f060e305fa1dca079d453584d9ca7880153c992b188128c6b3b75ece2a"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="?any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="nanumfont = $portVersion"
|
||||
REQUIRES=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=${fontsDir}/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
30
media-fonts/nanumfont/nanumfont-2.5.recipe
Normal file
30
media-fonts/nanumfont/nanumfont-2.5.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
SUMMARY="The Nanum font"
|
||||
DESCRIPTION="Korean monospace font distributed by NHN."
|
||||
HOMEPAGE="https://github.com/naver/nanumfont"
|
||||
COPYRIGHT="2016 NHN Corp."
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/naver/nanumfont/releases/download/VER$portVersion/NanumGothicCoding-$portVersion.zip"
|
||||
CHECKSUM_SHA256="f4c9b1082cb36d793ccf75a331316c880ef9e4bc229408c22f9d2703b7619a3f"
|
||||
SOURCE_DIR=""
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="nanumfont = $portVersion"
|
||||
REQUIRES=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=${fontsDir}/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user