summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3b375461fb84aca0d7f2eceb8c8ac0ef567447ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: wuhgit <wuhgit@users.noreply.github.com>

pkgname=fcitx5-pinyin-custom-pinyin-dictionary
pkgver=20220915
_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=('c178b1a3bbed70ba333902c31af837196f4f8163d8832eeaae8dcf8a73ec23bb')

package() {
  install -Dm644 CustomPinyinDictionary_Fcitx.dict -t ${pkgdir}/usr/share/fcitx5/pinyin/dictionaries/
}