[arch-commits] Commit in cldr-emoji-annotation/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Mar 28 09:26:31 UTC 2017
Date: Tuesday, March 28, 2017 @ 09:26:31
Author: felixonmars
Revision: 219598
archrelease: copy trunk to community-any
Added:
cldr-emoji-annotation/repos/community-any/
cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 219597, cldr-emoji-annotation/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 219597, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2017-03-28 09:26:31 UTC (rev 219598)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cldr-emoji-annotation
+pkgver=31.0.0.1
+_tag=31.0.0_1
+pkgrel=1
+pkgdesc="Emoji annotation files in CLDR"
+arch=('any')
+url="https://github.com/fujiwarat/cldr-emoji-annotation"
+license=('custom')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz")
+sha512sums=('409990240bea132dc61aa77579b2d12723097e26dea07f021c237d72aa508f76441f4fbf50be892d894ce502e23cba9496a28537735666484fbb62ef910b59a6')
+
+build() {
+ cd cldr-emoji-annotation-$_tag
+ ./autogen.sh --prefix=/usr
+ make
+}
+
+package() {
+ cd cldr-emoji-annotation-$_tag
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 unicode-license.txt "$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
+}
More information about the arch-commits
mailing list