desktop/fcitx-table-extra/PKGBUILD

28 lines
764 B
Bash
Raw Normal View History

2012-02-23 12:52:26 +08:00
pkgname=fcitx-table-extra
2017-09-16 14:45:06 +08:00
pkgver=0.3.8
pkgrel=1
2012-02-23 12:52:26 +08:00
pkgdesc="Extra table data for fcitx, including Zhengma, Cangjie, Boshiamy"
2015-05-26 18:11:36 +08:00
arch=('x86_64')
2017-09-16 14:45:06 +08:00
url="https://github.com/fcitx/fcitx-table-extra"
2012-02-23 12:52:26 +08:00
license=('GPL')
2014-06-05 16:52:57 +08:00
depends=('fcitx>=4.2.8.4')
2013-05-30 01:59:31 +08:00
makedepends=('cmake')
source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
2012-02-23 12:52:26 +08:00
build(){
cd "$srcdir/${pkgname}-${pkgver}"
2014-06-05 16:52:57 +08:00
[[ -d build ]] && rm -rf build ; mkdir build
2012-02-23 12:52:26 +08:00
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make
}
package ()
{
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
2014-06-05 16:52:57 +08:00
2017-09-16 14:45:06 +08:00
sha512sums=('454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df')