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=94d5b14aef811c3c3683526755303a4c63c4d9de # tags/2.22.4
23 source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
28 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
38 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
39 --libexecdir=/usr/lib/ibus
45 make DESTDIR="$pkgdir" install
47 cd "$pkgdir/usr/share/$pkgname/data"
48 gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
51 # vim:set sw=2 sts=-1 et: