blob: 735ab0f91076ad1d5f6ffb9c49dc1da36c3a0db7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
#
# Generated by pypi2aur from pypi package niripwmenu
# Date 2025-06-27 09:02:53
#
pkgname=niripwmenu
_origpkgname=niripwmenu
pkgver=0.1.4
pkgrel=1
pkgdesc="A modern powermenu for Niri Scrollable-Tiling Wayland compositor."
arch=("x86_64")
url='https://pypi.org/project/niripwmenu/'
license=("MIT")
depends=(
"confz"
"python-gobject"
"python-pygobject-stubs"
"python-rich"
"gtk4-layer-shell"
"gtk4"
)
makedepends=(
"python-build"
"python-installer"
"python-wheel"
"python-setuptools"
"python-hatchling"
)
source=("https://files.pythonhosted.org/packages/08/28/91b9079d513dac8b6534868b831a6ac6cf8e194754b153ea39a3a1aeb5fd/niripwmenu-0.1.4.tar.gz")
sha256sums=("955d6f3aeabedd016f9a22187d6b87dd87c01270ebed41678ed2645800bb1fea")
package() {
cd "${_origpkgname}-${pkgver}" || exit
python -m build --wheel --no-isolation
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
|