blob: 0c5a194e4396db4828aa030b79d9bf423eb99ba8 (
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
38
39
40
41
42
43
|
#
# Generated by pypi2aur from pypi package hyprnav
# Date 2025-04-23 21:42:09
#
pkgname=hyprnav
_origpkgname=hyprnav
pkgver=0.1.14
pkgrel=2
pkgdesc="A modern and customizable workspace navigation effect for Hyprland."
arch=("x86_64")
url='https://pypi.org/project/hyprnav/'
license=("MIT")
depends=(
"confz"
"python-hyprpy"
"python-gobject"
"python-pygobject-stubs"
"python-rich"
"alsa-utils"
"python-playsound3"
"ttf-hack-nerd"
"gtk4-layer-shell"
"gst-plugins-base"
"gst-plugins-good"
"gstreamer"
)
makedepends=(
"python-build"
"python-installer"
"python-wheel"
"python-setuptools"
"python-hatchling"
)
source=("https://files.pythonhosted.org/packages/39/c7/224447dacdeab078917a051ee6f5f994ea6dca9306a80eadac86165b8aff/hyprnav-0.1.14.tar.gz")
sha256sums=("de916b3e21cdcfd8af6763a299456ce245d5e056928e66ed1d058b89145b2244")
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:
|