aports

git clone git://git.lin.moe/aports.git

 1# Contributor: Lindsay Zhou <i@lin.moe>
 2# Maintainer: Lindsay Zhou <i@lin.moe>
 3pkgname=fcitx5-pinyin-zhwiki
 4_converterver=0.2.5
 5_webslangver=20250823
 6pkgver=$_converterver.$_webslangver
 7pkgrel=0
 8pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
 9url="https://github.com/felixonmars/fcitx5-pinyin-zhwiki"
10arch="noarch"
11license="GFDL"
12source="zhwiki.$pkgver.dict::https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/$_converterver/zhwiki-$_webslangver.dict"
13builddir="$srcdir/"
14options="!check"
15
16package() {
17	install -Dm644 zhwiki.$pkgver.dict $pkgdir/usr/share/fcitx5/pinyin/dictionaries/zhwiki.dict
18}
19
20sha512sums="
2185155757cd48525ff1ad00ec2265d288bbb1b8e4a836106389c3ca4458c239d175579c9b001e3d739e5f1fe300fbfce4483354b57b0d4c482790ab6917b905dd  zhwiki.0.2.5.20250823.dict
22"