21 lines
705 B
Bash
21 lines
705 B
Bash
# Template file for 'python3-QtAwesome'
|
|
pkgname=python3-QtAwesome
|
|
version=1.1.1
|
|
revision=1
|
|
wrksrc="QtAwesome-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-QtPy"
|
|
checkdepends="python3-pytest-qt python3-PyQt5 ${depends}"
|
|
short_desc="Iconic fonts in PyQt and PySide applications"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="MIT"
|
|
homepage="https://github.com/spyder-ide/qtawesome"
|
|
changelog="https://raw.githubusercontent.com/spyder-ide/qtawesome/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/Q/QtAwesome/QtAwesome-${version}.tar.gz"
|
|
checksum=ec02e200231fa68a146a93845890aa0432a7edcba14bf811ff6975cf9acdab5d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|