mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
28 lines
1017 B
Bash
28 lines
1017 B
Bash
SUMMARY="The Unicode Consortium Character Database"
|
|
DESCRIPTION="This package contains a Unicode Character Base.
|
|
The Unicode Consortium is the standards body for the internationalization of software and services.
|
|
Deployed on more than 20 billion devices around the world, Unicode also provides the solution for \
|
|
internationalization and the architecture to support localization."
|
|
HOMEPAGE="https://www.unicode.org/"
|
|
COPYRIGHT="1991-2022 Unicode Inc"
|
|
LICENSE="Unicode"
|
|
REVISION="1"
|
|
SOURCE_URI="https://www.unicode.org/Public/$portVersion/ucd/UCD.zip"
|
|
CHECKSUM_SHA256="2066d1909b2ea93916ce092da1c0ee4808ea3ef8407c94b4f14f5b7eb263d28e"
|
|
SOURCE_URI_2="https://www.unicode.org/Public/zipped/16.0.0/Unihan.zip#noarchive"
|
|
CHECKSUM_SHA256_2="b8f000df69de7828d21326a2ffea462b04bc7560022989f7cc704f10521ef3e0"
|
|
SOURCE_DIR=""
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
PROVIDES="
|
|
unicode_character_database = $portVersion
|
|
"
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -p $dataDir/unicode/ucd
|
|
cp -r * $dataDir/unicode/ucd
|
|
cp $sourceDir2/Unihan.zip $dataDir/unicode/ucd
|
|
}
|