void-packages/srcpkgs/pelican/template
2019-03-01 12:04:45 -03:00

22 lines
771 B
Bash

# Template file for 'pelican'
pkgname=pelican
version=4.0.1
revision=1
archs=noarch
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.org>"
license="AGPL-3.0-or-later"
homepage="https://getpelican.com/"
changelog="https://raw.githubusercontent.com/getpelican/pelican/${version}/docs/changelog.rst"
distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz"
checksum=990aa8b62a7bcb34c7585e5a67d05a10690ab2fff3cb761d0a94826cec51cd17
post_install() {
vlicense LICENSE
}