[arch-commits] Commit in cldr-emoji-annotation/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 04:21:13 UTC 2020
Date: Thursday, April 23, 2020 @ 04:21:13
Author: felixonmars
Revision: 617754
archrelease: copy trunk to community-any
Added:
cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 617753, cldr-emoji-annotation/trunk/PKGBUILD)
Deleted:
cldr-emoji-annotation/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 04:21:03 UTC (rev 617753)
+++ PKGBUILD 2020-04-23 04:21:13 UTC (rev 617754)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cldr-emoji-annotation
-pkgver=36.12.120191002.0
-_tag=${pkgver%.*}_${pkgver##*.}
-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=('d186413587ff62280d6f40f1ae7fae50c0e821a68407288a440b21bcb3a0ccf87617a40e02e606c30d895b8da0be3d7f073092090219457bf1f6d5ac4e54a0a8')
-
-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
-}
Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 617753, cldr-emoji-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-23 04:21:13 UTC (rev 617754)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cldr-emoji-annotation
+pkgver=36.12.120200305.0
+_tag=${pkgver%.*}_${pkgver##*.}
+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=('e4fc2e4b3b10f77fe2c00c3ba64003502869d9e871fd9d23c2a8945f79438cead6730aee23c07d84b283d7bc56bd547dd816718387fa8952d8757104dfa2e35f')
+
+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