void-packages/srcpkgs/python3-Flask-Assets/template
2021-10-09 08:01:33 -04:00

19 lines
590 B
Bash

# Template file for 'python3-Flask-Assets'
pkgname=python3-Flask-Assets
version=0.12
revision=7
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-webassets"
short_desc="Asset management for Flask (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/miracle2k/flask-assets"
distfiles="${PYPI_SITE}/F/Flask-Assets/Flask-Assets-${version}.tar.gz"
checksum=6031527b89fb3509d1581d932affa5a79dd348cfffb58d0aef99a43461d47847
post_install() {
vlicense LICENSE
}