# Maintainer: wuhgit pkgname=fcitx5-pinyin-custom-pinyin-dictionary pkgver=20230421 _reponame=CustomPinyinDictionary pkgrel=1 pkgdesc="Fcitx5 自建拼音输入法词库,百万常用词汇量。" arch=('any') url="https://github.com/wuhgit/CustomPinyinDictionary" license=('GFDL' 'CCPL:by-sa') source=("https://github.com/wuhgit/${_reponame}/releases/download/assets/CustomPinyinDictionary_Fcitx_${pkgver}.tar.gz") sha256sums=('913c5c0bb0c4ad341b62c6961b5759f1c05a8c49c1505f92b1298b5f5a91abc1') package() { install -Dm644 CustomPinyinDictionary_Fcitx.dict -t ${pkgdir}/usr/share/fcitx5/pinyin/dictionaries/ }