mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/screenkey: claim maintainership
This commit is contained in:
parent
85e24a7c30
commit
dbfdd0b8e8
@ -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="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user