blob: 1435ce681798395481bfa0524bf447b05d62886f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = cheatbind
pkgdesc = Wayland keyboard shortcuts overlay — parses compositor config and displays a styled cheatsheet
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/Xhelliom/cheatbind
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python>=3.11
depends = python-gobject
depends = gtk4
depends = gtk4-layer-shell
source = cheatbind-0.2.0.tar.gz::https://github.com/Xhelliom/cheatbind/archive/v0.2.0.tar.gz
sha256sums = SKIP
pkgname = cheatbind
|