1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=cldr-emoji-annotation
7 pkgdesc="Emoji annotation files in CLDR"
9 url="https://github.com/fujiwarat/cldr-emoji-annotation"
11 source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz")
12 sha512sums=('9c863c6f6494fdedd7b8db20f42dd803388e4f8165d2827ef358330862c52b6c84d98b55e87054fcb01bab906cc3fe0dd351d9d8063f74b988ca686e5c9d2fa1')
15 cd cldr-emoji-annotation-$_tag
16 ./autogen.sh --prefix=/usr
21 cd cldr-emoji-annotation-$_tag
22 make DESTDIR="$pkgdir" install
24 install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt