18 lines
556 B
Bash
18 lines
556 B
Bash
# Template file for 'python3-Flask-Assets'
|
|
pkgname=python3-Flask-Assets
|
|
version=0.12
|
|
revision=8
|
|
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
|
|
}
|