summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 953dd259a8ac7f55e76b0654f64ae1ae19117e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Conrad Sachweh <conrad+aur@spamthis.space>
pkgname=python-feedgen
_pkgname=feedgen
pkgver=0.6.1
pkgrel=2
pkgdesc="This module can be used to generate web feeds in both ATOM and RSS format. It has support for extensions. Included is for example an extension to produce Podcasts."
url="http://lkiesow.github.io/python-feedgen"
arch=('any')
license=('BSD' 'GPL')
depends=('python' 'python-lxml' 'python-dateutil')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('0356a7500222b7cb283fa02a5960a19b')

package() {
  cd $srcdir/${_pkgname}-${pkgver}

  python setup.py install --root="${pkgdir}/" --optimize=1
}