mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
34 lines
848 B
Text
34 lines
848 B
Text
# Maintainer: psykose <alice@ayaya.dev>
|
|
pkgname=fcitx5-table-other
|
|
pkgver=5.0.10
|
|
pkgrel=1
|
|
pkgdesc="other-table input method support for fcitx5"
|
|
url="https://github.com/fcitx/fcitx5-table-other"
|
|
# armhf: extra-cmake-modules
|
|
arch="all !armhf"
|
|
license="GPL-3.0-only"
|
|
makedepends="
|
|
cmake
|
|
extra-cmake-modules
|
|
gettext-dev
|
|
fcitx5-dev
|
|
libime-dev
|
|
samurai
|
|
"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx5-table-other/archive/refs/tags/$pkgver.tar.gz"
|
|
options="!check" # no tests
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_BUILD_TYPE=None \
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
|
cmake --build build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
ec2837ddd4a937fdcb3da024dd1d3c2a0f65ec394bffa0e2e114eab70bb510a0830771a09e3aae149874da787fe9d79c27c7cd7e99179d39b65e3870dfaab95c fcitx5-table-other-5.0.10.tar.gz
|
|
"
|