19 lines
592 B
Bash
19 lines
592 B
Bash
# Template file for 'fcitx-chewing'
|
|
pkgname=fcitx-chewing
|
|
version=0.2.3
|
|
revision=3
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config libfcitx"
|
|
makedepends="fcitx-devel libchewing-devel"
|
|
depends="fcitx5-chewing"
|
|
short_desc="Fcitx wrapper for Chewing IM engine"
|
|
maintainer="Robert Stancil <robert.stancil@mavs.uta.edu>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://www.fcitx-im.org/wiki/Chewing"
|
|
distfiles="https://github.com/fcitx/fcitx-chewing/archive/${version}.tar.gz"
|
|
checksum=ad20eb7b4911cdfb88224f4883d1778253e30180a84898dfcbf8ece36b1182fc
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/icons
|
|
}
|