mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
40 lines
1 KiB
Text
40 lines
1 KiB
Text
# Maintainer: psykose <alice@ayaya.dev>
|
|
pkgname=fcitx5-anthy
|
|
pkgver=5.0.13
|
|
pkgrel=0
|
|
pkgdesc="anthy input method support for fcitx5"
|
|
url="https://github.com/fcitx/fcitx5-antyh"
|
|
# armhf: extra-cmake-modules
|
|
arch="all !armhf"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
anthy-dev
|
|
cmake
|
|
extra-cmake-modules
|
|
gettext-dev
|
|
fcitx5-dev
|
|
fcitx5-qt-dev
|
|
qt5-qttools-dev
|
|
samurai
|
|
"
|
|
subpackages="$pkgname-lang"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx5-anthy/archive/refs/tags/$pkgver.tar.gz
|
|
uint.patch
|
|
"
|
|
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="
|
|
96b8673f9c1868266def3d170598654bf7818380b8c44a9d26a8bdc5c4e68a3b7c2a09c5af50a50c86c674d8ba902e04e43b3db48a2b657c14e8a9c175051182 fcitx5-anthy-5.0.13.tar.gz
|
|
40b9d9b7004d70d12b1a8184e3241dd0e022c28de169a0ea8ce2232efe695bc5d97292579484077bf447f57cd34567ff262350f4eea7fd3246ce2502b4ff341e uint.patch
|
|
"
|