summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 461248ec557b336af0e4c54f545f0129a013def4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor : Repentinus <arch at repentinus dot eu>
# Contributor : Simon Doppler <dop dot simon at gmail dot com>

_pkgname=simplekml
pkgname=python-simplekml
pkgver=1.3.5
pkgrel=1
pkgdesc="KML generation helpers"
arch=('any')
url="https://simplekml.readthedocs.io/en/latest/"
license=('LGPL3')
depends=('python')
source=("https://files.pythonhosted.org/packages/62/de/a75c0c8341a2edd186e14648c231c92c9e672dd38c544089615140c28ac6/simplekml-${pkgver}.tar.gz")
sha256sums=('657b4e20177299a4e80bacfafff1f91102010bc23dc0ce7a7ae43bdd4246049e')

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