UmVirt LFS Package info

DB commit: a1c087427053c3732f19d41cf80e95056e8f8613
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

fcitx5-lua

An addon loader for lua and googlepinyin api, which is provided by imeapi addon.

Package info

Template:
Codename: fcitx5-lua
Source file: fcitx5-lua-5.0.15.tar.gz
Source file size: 39935
Source file MD5-checkum: 053227d9934a3f3c542d545f02f70104
Source directory: fcitx5-lua-5.0.15
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/fcitx5-lua-5.0.15.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/fcitx5-lua-5.0.15.tar.gz.md5sum
Dependances: lua-5.4, fcitx5-base.
Dependance of: fcitx5-chinese-addons, fcitx5.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -GNinja \
      -D CMAKE_INSTALL_PREFIX=/usr         \
      -D CMAKE_INSTALL_LIBDIR=/usr/lib     \
      -D CMAKE_BUILD_TYPE=Release          \
      -W no-dev ..

Build script:
cd    build
ninja

Install script:
cd    build
ninja install