17 lines
623 B
Bash
17 lines
623 B
Bash
# Template file for 'pelican'
|
|
pkgname=pelican
|
|
version=3.7.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
pycompile_module="pelican"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-setuptools python-feedgenerator python-Jinja2 python-Pygments
|
|
python-docutils python-pytz python-blinker python-Unidecode python-six
|
|
python-dateutil"
|
|
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=0786bcb1a7ab58b3bd81db13175b09a446fe0a1ab8d100252ad844195e9e877b
|