Skip to content

Instantly share code, notes, and snippets.

@karronoli
Created April 3, 2017 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karronoli/c113e2e0af12edd4e3f8f195a6867303 to your computer and use it in GitHub Desktop.
Save karronoli/c113e2e0af12edd4e3f8f195a6867303 to your computer and use it in GitHub Desktop.
Latest dictionaries for the SKK Japanese input method
pkgname=skk-jisyo-latest
pkgver=20170401
pkgrel=1
pkgdesc="Latest dictionaries for the SKK Japanese input method"
arch=('any')
url="http://openlab.ring.gr.jp/skk/"
optdepends=('skktools: Dictionary maintenance tools')
license=('GPL')
source=(http://openlab.ring.gr.jp/skk/skk/dic/SKK-JISYO.L
http://openlab.ring.gr.jp/skk/skk/dic/SKK-JISYO.jinmei
http://openlab.ring.gr.jp/skk/skk/dic/SKK-JISYO.geo
http://openlab.ring.gr.jp/skk/skk/dic/SKK-JISYO.propernoun
http://openlab.ring.gr.jp/skk/skk/dic/SKK-JISYO.station)
md5sums=('eb17dc05c84f447d961fe6d948146e66'
'5edc5d8d102602bd70a5f65e1bbe7486'
'3b91ff920ce04b4a03532ef3427fa313'
'a0259fd49a11271d44e9380040575092'
'6477fa795bc0ed6e68d18343c225eb14')
package() {
cd "$srcdir"
for t in L jinmei geo propernoun station; do
install -D -m 644 "$srcdir/SKK-JISYO.$t" "$pkgdir/usr/share/skk/SKK-JISYO.$t"
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment