Date: Sunday, March 15, 2020 @ 11:14:16 Author: felixonmars Revision: 597799
addpkg: fcitx5-unikey 0.0.0.20200308-1 Added: fcitx5-unikey/ fcitx5-unikey/repos/ fcitx5-unikey/trunk/ fcitx5-unikey/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: fcitx5-unikey/trunk/PKGBUILD =================================================================== --- fcitx5-unikey/trunk/PKGBUILD (rev 0) +++ fcitx5-unikey/trunk/PKGBUILD 2020-03-15 11:14:16 UTC (rev 597799) @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $ +# Maintainer: Felix Yan <[email protected]> +# Contributor: csslayer <wengxt AT gmail com> + +pkgname=fcitx5-unikey +pkgver=0.0.0.20200308 +_commit=bb8da0959ec97e04407bb6eb2224e91ee77f5d9b +pkgrel=1 +pkgdesc="Unikey engine support for Fcitx5" +arch=('x86_64') +url="https://github.com/fcitx/fcitx5-unikey" +license=('GPL') +depends=('fcitx5-qt') +makedepends=('extra-cmake-modules') +source=("https://github.com/fcitx/fcitx5-unikey/archive/$_commit/fcitx5-unikey-$_commit.tar.gz") +sha512sums=('52637716bb76ce8abf3a52f47f34e474944d434e6fb74cad435c401d04693a69c071d5a8e7f9f661f5903a0edc56b21ab7d3cf7c594d6a993384cc636163b018') + +build(){ + cd $pkgname-$_commit + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . + make +} + +package() { + cd $pkgname-$_commit + make DESTDIR="$pkgdir" install +}
