[arch-commits] Commit in fcitx5-skk/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 23 01:48:56 UTC 2020


    Date: Saturday, May 23, 2020 @ 01:48:52
  Author: felixonmars
Revision: 631739

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-skk/repos/community-x86_64/
  fcitx5-skk/repos/community-x86_64/PKGBUILD
    (from rev 631738, fcitx5-skk/trunk/PKGBUILD)

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

Copied: fcitx5-skk/repos/community-x86_64/PKGBUILD (from rev 631738, fcitx5-skk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-05-23 01:48:52 UTC (rev 631739)
@@ -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-skk
+pkgver=0.0.0.20200523
+_commit=380ca9eb6862feda656257990cf5e02b47d0ab4b
+pkgrel=1
+pkgdesc="libskk wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-skk"
+license=('GPL')
+depends=('fcitx5-qt' 'libskk' 'skk-jisyo')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-skk/archive/$_commit/fcitx5-skk-$_commit.tar.gz")
+sha512sums=('9c27fd2f03888540b1fc9a6d404d74020f083b1f55222d903c191d1e0b7379bfb51ae6a57a3247659d9b4d6c0825ac06c0b720669da1f9c6dcdc94668d982db9')
+
+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