vp-build/srcpkgs/python3-Flask-Script/template

19 lines
572 B
Bash

# Template file for 'python3-Flask-Script'
pkgname=python3-Flask-Script
version=2.0.6
revision=5
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask"
short_desc="Scripting support for Flask (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/smurfix/flask-script"
distfiles="${PYPI_SITE}/F/Flask-Script/Flask-Script-${version}.tar.gz"
checksum=6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65
post_install() {
vlicense LICENSE
}