15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
# Description: Unicode Common Locale Data Repository
|
|
# URL: https://cldr.unicode.org/
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
name=unicode-cldr
|
|
version=45.0
|
|
release=1
|
|
source=(https://unicode.org/Public/cldr/${version::2}/cldr-common-$version.zip)
|
|
|
|
build() {
|
|
cd common
|
|
install -dm755 $PKG/usr/share/unicode/cldr/common
|
|
cp -r * $PKG/usr/share/unicode/cldr/common/
|
|
}
|