summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 63291909a3cf8197b5c06b3b097f1d206f146275 (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
# Maintainer: codl <codl@codl.fr>
# Contributor: Michael Lawson <mdlawson@gmx.com>

pkgname=ibus-uniemoji
pkgver=0.6.0
pkgrel=1
pkgdesc="A simple input method for ibus that allows you to enter unicode emoji and other symbols by name"
arch=(i686 x86_64)
url="https://github.com/lalomartins/ibus-uniemoji"
license=('GPL')
depends=('python' 'libibus')
conflicts=('ibus-uniemoji-git')
optdepends=('python-levenshtein:  faster fuzzy search')
source=("https://github.com/salty-horse/ibus-uniemoji/archive/v${pkgver}.tar.gz")
sha256sums=('295a698e6065366d06d54786a272ac69417f709053cfe32bf42520dc5311052a')

build() {
    cd "$srcdir/${pkgname}-${pkgver}"
    PREFIX=/usr make
}

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