[arch-commits] Commit in rime-emoji/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 14 22:25:27 UTC 2020


    Date: Saturday, March 14, 2020 @ 22:25:26
  Author: felixonmars
Revision: 597378

archrelease: copy trunk to community-any

Added:
  rime-emoji/repos/community-any/
  rime-emoji/repos/community-any/PKGBUILD
    (from rev 597377, rime-emoji/trunk/PKGBUILD)

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

Copied: rime-emoji/repos/community-any/PKGBUILD (from rev 597377, rime-emoji/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-03-14 22:25:26 UTC (rev 597378)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-emoji
+pkgver=0.0.0.20191102
+_commit=6ee7ce65b21cd0fd8df0306a7c77a067f18fb55f
+pkgrel=1
+pkgdesc="Emoji support for rime"
+arch=('any')
+url="https://github.com/rime/rime-emoji"
+license=('LGPL')
+source=("https://github.com/rime/rime-emoji/archive/$_commit/rime-emoji-$_commit.tar.gz")
+sha512sums=('78b6a3199e1e1aadcb4fcfdeb95f475336503a7d70f8e4b8e2dbb825a75f303aca0b2c9dc0326c924d643974541c2466de33aad210b1926c0bd20c1c8996c753')
+
+package() {
+  cd $pkgname-$_commit
+  install -Dm644 emoji_suggestion.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}



More information about the arch-commits mailing list