2022-05-13 01:38:49 +00:00
|
|
|
COMMENT = Lua support for fcitx5
|
|
|
|
|
|
2025-01-22 02:21:46 +00:00
|
|
|
DISTNAME = fcitx5-lua-5.0.13
|
2022-05-13 15:37:46 +00:00
|
|
|
PKGNAME = ${DISTNAME:S/fcitx5/fcitx/}
|
2026-03-23 06:22:50 +00:00
|
|
|
REVISION = 0
|
2022-05-13 01:38:49 +00:00
|
|
|
|
|
|
|
|
CATEGORIES = inputmethods
|
|
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/fcitx/fcitx5-lua
|
|
|
|
|
|
|
|
|
|
# LGPLv2.1+
|
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
|
|
2023-09-26 11:43:23 +00:00
|
|
|
SITES = https://download.fcitx-im.org/fcitx5/fcitx5-lua/
|
2025-01-22 02:21:46 +00:00
|
|
|
EXTRACT_SUFX = .tar.zst
|
2022-05-13 01:38:49 +00:00
|
|
|
|
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Fcitx5Config Fcitx5Core Fcitx5Utils
|
|
|
|
|
WANTLIB += m
|
|
|
|
|
|
|
|
|
|
MODULES = devel/kf5
|
|
|
|
|
MODQT5_DEPS = No
|
|
|
|
|
|
|
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
|
|
|
|
lang/lua/5.3 \
|
|
|
|
|
devel/iso-codes
|
|
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
|
misc/shared-mime-info \
|
|
|
|
|
lang/lua/5.3
|
|
|
|
|
|
2022-05-13 15:37:46 +00:00
|
|
|
LIB_DEPENDS = inputmethods/fcitx
|
2022-05-13 01:38:49 +00:00
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|