1# Contributor: Lindsay Zhou <i@lin.moe>2# Maintainer: Lindsay Zhou <i@lin.moe>3pkgname=fcitx5-pinyin-moegirl4_reponame=mw2fcitx5pkgver=202510096pkgrel=07pkgdesc="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"1415package() {16 install -Dm644 moegirl.$pkgver.dict $pkgdir/usr/share/fcitx5/pinyin/dictionaries/moegirl.dict17}1819sha512sums="200e783cb0133a73d33ae1dbf133963aa7a66fb9f4f7b3e23ba81f278f04a193cb67d6f037d08bd5aa099933bcac2c7bb523d12c1e906c78aa6afcd1409d0f79f0 moegirl.20251009.dict21"