summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f6950efb3ec327b099de4d0247e12d2fa838b22e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Maintainer: Po-An,Yang(Antonio) <yanganto@gmail.com>
pkgname=ibus-array
pkgver=0.1.2
pkgrel=1
epoch=
pkgdesc="A full function array ibus input method"
arch=('any')
url="https://github.com/lexical/ibus-array/"
license=('GPL2')
groups=()
depends=('ibus')
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/lexical/ibus-array/archive/release-0.1.2.tar.gz")
noextract=()
md5sums=("ef299bd830068c886a293a7fcccff6d5")
validpgpkeys=()

prepare() {
	rm release-0.1.2.tar.gz
	mv ibus-array-release-0.1.2/* ./
	rmdir ibus-array-release-0.1.2
	./autogen.sh
}
build() {
	./configure --prefix=/usr \
				--without-PACKAGE \
				--libexecdir=/usr/lib/ibus
	make
}
check(){
	echo no check with this build
}
package() {
	make DESTDIR="${pkgdir}" install
}