blob: a7432051f17f297429300e29b07eaa812e57814f (
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
|
pkgbase = autosuspend-git
pkgdesc = A daemon to suspend your server in case of inactivity
pkgver = 3.0.0.277
pkgrel = 1
url = https://github.com/languitar/autosuspend
install = autosuspend-git.install
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-pytest-runner
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = python-sphinx-issues
makedepends = python-sphinxcontrib-plantuml
makedepends = python-sphinx-autodoc-typehints
depends = python
depends = python-psutil
depends = python-portalocker
optdepends = python-dbus: logind session discovery
optdepends = python-mpd2: MPD playing status check
optdepends = python-requests: network-based checks
optdepends = python-lxml: XPath check
optdepends = python-dbus: logind-based checks
optdepends = python-icalendar: iCalendar checks
optdepends = python-dateutil: iCalendar checks
optdepends = python-tzlocal: iCalendar checks
optdepends = python-requests-file: file:// URL support
optdepends = iputils: ping check
optdepends = xprintidle: X server idle time check
provides = autosuspend
conflicts = autosuspend
backup = etc/autosuspend.conf
backup = etc/autosuspend-logging.conf
source = git+https://github.com/languitar/autosuspend.git
sha256sums = SKIP
pkgname = autosuspend-git
|