[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Sat Mar 14 10:46:27 UTC 2020


    Date: Saturday, March 14, 2020 @ 10:46:26
  Author: felixonmars
Revision: 596593

addpkg: fcitx5-rime 0.0.0.20200308-1

Added:
  fcitx5-rime/
  fcitx5-rime/repos/
  fcitx5-rime/trunk/
  fcitx5-rime/trunk/PKGBUILD

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

Added: fcitx5-rime/trunk/PKGBUILD
===================================================================
--- fcitx5-rime/trunk/PKGBUILD	                        (rev 0)
+++ fcitx5-rime/trunk/PKGBUILD	2020-03-14 10:46:26 UTC (rev 596593)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-rime
+pkgver=0.0.0.20200308
+_commit=0a702da6fb9b59c0a400e33081ffc863916eac05
+pkgrel=1
+pkgdesc="RIME support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-rime"
+license=('GPL')
+depends=('brise' 'fcitx5' 'librime')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz")
+sha512sums=('d45380befba4a9bf027e79ced927dc59866d2dc410106ae101daa8788ac29deb580fc9d3456a0ce28559d5ec23203ee2312e5e65ecc7e9d4219c0c7d02ed0973')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list