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