# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=unicode-character-database
pkgver=15.1.0
pkgrel=1
pkgdesc="Unicode Character Database"
url="https://www.unicode.org/"
arch=(any)
license=(Unicode-TOU)
source=(
"UCD-$pkgver.zip::https://www.unicode.org/Public/zipped/$pkgver/UCD.zip"
"Unihan-$pkgver.zip::https://www.unicode.org/Public/zipped/$pkgver/Unihan.zip"
"unicode-license.txt::https://www.unicode.org/license.txt"
)
noextract=({UCD,Unihan}-$pkgver.zip)
package() {
local x
for x in UCD Unihan; do
install -Dm644 $x-$pkgver.zip "$pkgdir/usr/share/unicode/$x.zip"
bsdtar -C "$pkgdir/usr/share/unicode" -x --no-same-owner --no-same-permissions -f $x-$pkgver.zip
done
# FS#49938: A bunch of compatibility symlinks
ln -s . "$pkgdir/usr/share/unicode/ucd"
for x in $pkgname unicode-data unidata; do
ln -s unicode "$pkgdir/usr/share/$x"
done
install -Dm644 unicode-license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set sw=2 sts=-1 et:
sha256sums=('cb1c663d053926500cd501229736045752713a066bd75802098598b7a7056177'
'a0226610e324bcf784ac380e11f4cbf533ee1e6b3d028b0991bf8c0dc3f85853'
'f5062c9a188d81dfe66b56db4182dcf9e4b17c0d9b0d311a8e20b3a1b075c443')