# Maintainer: UtG # Contributor: GONG Chen # Contributor: 網軍總司令 pkgname=librime pkgver=1.2.20160314 _commit=df4192cc0980b21bc45f4eb142ba24cfa78a50e0 pkgrel=1 pkgdesc="Rime input method engine" arch=('x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') depends=('boost-libs' 'opencc' 'yaml-cpp>=0.5.0' 'kyotocabinet' 'google-glog' 'marisa') optdepends=('brise: Rime schema repository') makedepends=('cmake' 'boost' 'git') source=("git+https://github.com/rime/librime.git#commit=$_commit") sha512sums=('SKIP') build() { cd $pkgname make } package() { cd $pkgname make DESTDIR="$pkgdir" install }