16 lines
474 B
Bash
16 lines
474 B
Bash
|
# Template file for 'fcitx-anthy'
|
||
|
pkgname=fcitx-anthy
|
||
|
version=0.2.3
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
makedepends="anthy-devel fcitx-devel"
|
||
|
depends="fcitx>=4.2.9"
|
||
|
short_desc="Fcitx wrapper for Anthy IM engine"
|
||
|
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||
|
license="GPL-2"
|
||
|
homepage="https://fcitx-im.org/"
|
||
|
distfiles="https://github.com/fcitx/fcitx-anthy/archive/${version}.tar.gz"
|
||
|
checksum=31826a49a7ff743f830e1279527301abce9e669bc176934c76775999299421a8
|
||
|
|
||
|
CXXFLAGS='-D_GNU_SOURCE'
|