20 lines
845 B
Bash
20 lines
845 B
Bash
# Template file for 'caffeine-ng'
|
|
pkgname=caffeine-ng
|
|
version=4.0.2
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="desktop-file-utils gtk+3 hicolor-icon-theme libnotify
|
|
python3-dbus python3-click python3-ewmh python3-gobject
|
|
python3-setproctitle python3-setuptools python3-xdg
|
|
python3-pulsectl libayatana-appindicator"
|
|
short_desc="Temporarily inhibits the screensaver and sleep mode"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://codeberg.org/WhyNotHugo/caffeine-ng"
|
|
changelog="https://codeberg.org/WhyNotHugo/caffeine-ng/raw/branch/main/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/c/caffeine-ng/caffeine-ng-${version}.tar.gz"
|
|
checksum=ba62235c9d1eb7a3e2e448e3f7a43e66188a4beca3edbb206f8b905ba626eab5
|
|
# only runs lints and syntax checks via flake8
|
|
make_check=no
|