upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / cldr-emoji-annotation / trunk / PKGBUILD
blob1f80aeef58c9ea3fce88fd6fec607759374b002d
1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=cldr-emoji-annotation
4 pkgver=37.0.13.0.0.2
5 _tag=37.0_13.0_0_2
6 pkgrel=1
7 pkgdesc="Emoji annotation files in CLDR"
8 arch=('any')
9 url="https://github.com/fujiwarat/cldr-emoji-annotation"
10 license=('custom')
11 source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz")
12 sha512sums=('9c863c6f6494fdedd7b8db20f42dd803388e4f8165d2827ef358330862c52b6c84d98b55e87054fcb01bab906cc3fe0dd351d9d8063f74b988ca686e5c9d2fa1')
14 build() {
15   cd cldr-emoji-annotation-$_tag
16   ./autogen.sh --prefix=/usr
17   make
20 package() {
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