summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ef3215ef2d9dd2c18ab53b28c9e10e9886d52fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Robbert van der Helm <mail@robbertvanderhelm.nl>
pkgname=rlipython
pkgver=0.1.2
pkgrel=2
epoch=
pkgdesc="Readline Interface for IPython 5.4+"
arch=('any')
url="https://github.com/ipython/rlipython"
license=('BSD')
depends=('ipython>=5.4')
makedepends=('python-setuptools')
source=("git+https://github.com/ipython/rlipython.git#commit=e218435e396a5798e001f732afa5b5e5fdc93ce0")
md5sums=('SKIP')

package() {
	cd "$pkgname"
  python setupegg.py install -O1 --root="$pkgdir"

  install -D -m644 LICENSE.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}