20 lines
675 B
Bash
20 lines
675 B
Bash
# Template file for 'python3-QtAwesome'
|
|
pkgname=python3-QtAwesome
|
|
version=1.3.1
|
|
revision=1
|
|
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=075b2c9ee01cbaf5e3a4bebed0e5529ee8605981355f21dea051b15c1b869e1b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|