1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-enable-doc
6 pkgdesc="Documentation for Enable"
8 url="https://github.com/enthought/enable"
10 makedepends=('git' 'python2-distribute')
11 conflicts=('python2-enable-doc-git' 'python-ets-enable-doc-svn')
14 source=("https://github.com/enthought/enable/tarball/${pkgver}")
15 md5sums=('2e4c431c8cbf497be85e9c09e2ee26a8')
18 cd "$srcdir/enthought-enable-${_githubtag}"
24 install -d "${pkgdir}"/usr/share/doc/enthought/enable
25 cp -r build/html/* "${pkgdir}"/usr/share/doc/enthought/enable