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-moegirl
 4_reponame=mw2fcitx
 5pkgver=20251009
 6pkgrel=0
 7pkgdesc="Fcitx 5 Pinyin Dictionary from moegirl.org wiki"
 8url="https://github.com/outloudvi/mw2fcitx"
 9arch="noarch"
10license="Unlicense cc-by-nc-sa-3.0"
11source="moegirl.$pkgver.dict::https://github.com/outloudvi/${_reponame}/releases/download/$pkgver/moegirl.dict"
12builddir="$srcdir/"
13options="!check"
14
15package() {
16	  install -Dm644 moegirl.$pkgver.dict $pkgdir/usr/share/fcitx5/pinyin/dictionaries/moegirl.dict
17}
18
19sha512sums="
200e783cb0133a73d33ae1dbf133963aa7a66fb9f4f7b3e23ba81f278f04a193cb67d6f037d08bd5aa099933bcac2c7bb523d12c1e906c78aa6afcd1409d0f79f0  moegirl.20251009.dict
21"