New package: fcitx5-lua-5.0.4
This commit is contained in:
parent
8df45ae7ad
commit
c99e40c9f9
2 changed files with 34 additions and 0 deletions
1
srcpkgs/fcitx5-lua-devel
Symbolic link
1
srcpkgs/fcitx5-lua-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
fcitx5-lua
|
33
srcpkgs/fcitx5-lua/template
Normal file
33
srcpkgs/fcitx5-lua/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'fcitx5-lua'
|
||||||
|
pkgname=fcitx5-lua
|
||||||
|
version=5.0.4
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="cldr-emoji-annotation pkg-config gettext doxygen
|
||||||
|
extra-cmake-modules"
|
||||||
|
makedepends="libfcitx5-devel fmt-devel lua53-devel"
|
||||||
|
depends="fcitx5"
|
||||||
|
checkdepends="fcitx5"
|
||||||
|
short_desc="Lua scripting support for fcitx5"
|
||||||
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://github.com/fcitx/fcitx5-lua"
|
||||||
|
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-${version}.tar.xz"
|
||||||
|
checksum=7c8899cb6f05074263e66b95a8717594f9d5c5c1e693bfe9cf4660bbba1f9336
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
mkdir -p native
|
||||||
|
$CXX_FOR_BUILD $CXXFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD \
|
||||||
|
-o native/file2cstring src/file2cstring/file2cstring.cpp
|
||||||
|
PATH="${wrksrc}/native:$PATH"
|
||||||
|
}
|
||||||
|
|
||||||
|
fcitx5-lua-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue