summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a7b2d26048075d10b0abb6d7110b4d1e1fe2d584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributer: Gan Lu <rhythm.gan@gmail.com>

pkgname=scim-pinyin
pkgver=0.5.92
pkgrel=4
pkgdesc='Chinese pinyin input for SCIM'
url='https://www.scim-im.org/'
arch=('x86_64')
license=('GPL')
depends=('scim')
source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
sha256sums=('30cb1d24db913bfe239429f3421b7b4e0bdf09d7410346f19b49322321c362f2')

build() {
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --sysconfdir=/etc
  make
}

package() {
  cd ${pkgname}-${pkgver}
  make DESTDIR="${pkgdir}" install
}