Date: Tuesday, November 3, 2020 @ 09:44:12 Author: felixonmars Revision: 740495
addpkg: fcitx5-table-other 5.0.0-1 Added: fcitx5-table-other/ fcitx5-table-other/repos/ fcitx5-table-other/trunk/ fcitx5-table-other/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: fcitx5-table-other/trunk/PKGBUILD =================================================================== --- fcitx5-table-other/trunk/PKGBUILD (rev 0) +++ fcitx5-table-other/trunk/PKGBUILD 2020-11-03 09:44:12 UTC (rev 740495) @@ -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 +}
