[arch-commits] Commit in unicode-cldr/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 17 13:23:31 UTC 2020


    Date: Thursday, December 17, 2020 @ 13:23:31
  Author: felixonmars
Revision: 777388

archrelease: copy trunk to community-any

Added:
  unicode-cldr/repos/community-any/
  unicode-cldr/repos/community-any/PKGBUILD
    (from rev 777387, unicode-cldr/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: unicode-cldr/repos/community-any/PKGBUILD (from rev 777387, unicode-cldr/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-12-17 13:23:31 UTC (rev 777388)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=unicode-cldr
+pkgver=38.0
+pkgrel=1
+pkgdesc="Emoji annotation files in CLDR"
+arch=('any')
+url="https://github.com/fujiwarat/unicode-cldr"
+license=('custom')
+provides=('cldr-emoji-annotation')
+conflicts=('cldr-emoji-annotation')
+replaces=('cldr-emoji-annotation')
+source=("https://unicode.org/Public/cldr/${pkgver%.*}/cldr-common-$pkgver.zip")
+sha512sums=('76a2cdfbe74bd25825dd0a91f81d3651d6baab374b7cffd2346d9194b30d2bf16940e448ede5b1c5f470ad2ff7df082a957ec6eade336b9baaafd40870648b1e')
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/unicode/cldr
+  cp -r common "$pkgdir"/usr/share/unicode/cldr/
+
+  install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
+}



More information about the arch-commits mailing list