16 lines
603 B
Bash
16 lines
603 B
Bash
# Template file for 'pelican'
|
|
pkgname=pelican
|
|
version=3.6.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-feedgenerator python-Jinja2 python-Pygments python-docutils
|
|
python-pytz python-blinker python-Unidecode python-six python-dateutil"
|
|
pycompile_module="pelican"
|
|
short_desc="Static site generator written in Python"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://getpelican.com/"
|
|
license="AGPL-3"
|
|
distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz"
|
|
checksum=fa8efc9355ec7b5c3b01827e81694ace6cc9b0b1e6dc2b0ab9b7e32a409a7351
|