summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 11f939fe24b38005c9582231a30ec6c21712407f (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
# Contributor: Thomas Fanninger <thomas@fanninger.at>
# Maintainer: Thomas Fanninger <thomas@fanninger.at>

pkgname=python-e4u-git
pkgver=0.1rc4
pkgrel=1
epoch=1
pkgdesc="Bundle Library of emoji4unicode at Google"
arch=('any')
url="https://github.com/lambdalisue/e4u"
license=('GPL')
provides=('python-e4u')
depends=('python')
makedepends=('python-setuptools')
options=('!strip' '!emptydirs')

source=("${pkgname}::https://github.com/lambdalisue/e4u/archive/${pkgver}.tar.gz")
sha512sums=(SKIP)

package() {
  cd "${srcdir}/e4u-${pkgver}"
  
  python setup.py install --root="$pkgdir/"
}