2021-09-19 22:44:52 +02:00
|
|
|
# Description: Unicode Common Locale Data Repository
|
2021-10-22 18:36:21 +02:00
|
|
|
# URL: https://cldr.unicode.org/
|
2021-09-19 22:44:52 +02:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
|
|
|
|
name=unicode-cldr
|
2021-11-21 13:34:57 +01:00
|
|
|
version=40.0
|
2021-09-19 22:44:52 +02:00
|
|
|
release=1
|
|
|
|
source=(https://unicode.org/Public/cldr/${version%.*}/cldr-common-$version.zip)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd common
|
|
|
|
install -dm755 $PKG/usr/share/unicode/cldr/common
|
|
|
|
cp -r * $PKG/usr/share/unicode/cldr/common/
|
|
|
|
}
|