Date: Tuesday, November 3, 2020 @ 09:44:23
  Author: felixonmars
Revision: 740496

archrelease: copy trunk to community-any

Added:
  fcitx5-table-other/repos/community-any/
  fcitx5-table-other/repos/community-any/PKGBUILD
    (from rev 740495, fcitx5-table-other/trunk/PKGBUILD)

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

Copied: fcitx5-table-other/repos/community-any/PKGBUILD (from rev 740495, 
fcitx5-table-other/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2020-11-03 09:44:23 UTC (rev 740496)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-table-other
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Other tables for Fcitx5"
+arch=('any')
+url="https://github.com/fcitx/fcitx5-table-other";
+license=('GPL')
+depends=('fcitx5-chinese-addons')
+makedepends=('extra-cmake-modules' 'boost')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('0c8f5131acfe1d1afba748d41c6d5c9e684b06d3c0ea2f33666e06d47752b4003b3bc2d72b9644ce5894da8337fe4b1c2341917716e7caa08277b0258ef8ea6e'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 
<[email protected]>
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to