testing/screenkey: claim maintainership

This commit is contained in:
Sergiy Stupar 2024-01-11 13:39:06 +02:00
parent 85e24a7c30
commit dbfdd0b8e8
No known key found for this signature in database
GPG Key ID: CEEFFE74D5C35386

View File

@ -1,23 +1,27 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
# Maintainer: Sergiy Stupar <owner@sestolab.pp.ua>
pkgname=screenkey
pkgver=1.5
pkgrel=4
pkgrel=5
pkgdesc="Screencast tool to display your keys"
url="https://www.thregr.org/~wavexx/software/screenkey/"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3 py3-cairo py3-gobject3 py3-dbus"
makedepends="py3-setuptools py3-babel"
makedepends="py3-gpep517 py3-setuptools py3-wheel py3-babel"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://www.thregr.org/~wavexx/software/screenkey/releases/screenkey-$pkgver.tar.gz"
options="!check" # No tests
build() {
python3 setup.py build
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="