21 lines
567 B
Bash
21 lines
567 B
Bash
# Template file for 'python-qrcode'
|
|
pkgname=python-qrcode
|
|
version=5.3
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="qrcode-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="qrcode"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-six"
|
|
short_desc="QR Code image generator (Python2)"
|
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
|
homepage="https://github.com/lincolnloop/python-qrcode"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
|
|
checksum=4115ccee832620df16b659d4653568331015c718a754855caf5930805d76924e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|