New package: python3-QtAwesome-1.1.1

This commit is contained in:
Joel Beckmeyer 2022-02-28 19:14:54 -05:00 committed by Piotr
parent b9f66ac313
commit cfac1e4e65

View file

@ -0,0 +1,20 @@
# 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
}