1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=ibus-typing-booster
6 pkgdesc="Predictive input method for the IBus platform"
7 url="https://mike-fabian.github.io/ibus-typing-booster/"
22 _commit=f3a0dec6546d631dada80654ad043466bbf317bc # tags/2.22.5
23 source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
28 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
37 local configure_options=(
41 --libexecdir=/usr/lib/ibus
45 ./configure "${configure_options[@]}"
51 make DESTDIR="$pkgdir" install
53 cd "$pkgdir/usr/share/$pkgname/data"
54 gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
57 # vim:set sw=2 sts=-1 et: