19 lines
586 B
Bash
19 lines
586 B
Bash
# Template file for 'python3-Flask-WTF'
|
|
pkgname=python3-Flask-WTF
|
|
version=0.14.3
|
|
revision=3
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Flask python3-WTForms"
|
|
short_desc="Simple integration of Flask and WTForms (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/lepture/flask-wtf"
|
|
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
|
checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|