blob: e9ca61f27305a976ed2afd42a6e42bcf0c648b5d (
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
|
pkgbase = autosuspend
pkgdesc = A daemon to suspend your server in case of inactivity
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/languitar/autosuspend
install = autosuspend.install
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-pytest-runner
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
depends = python
depends = python-psutil
optdepends = python-mpd2: MPD playing status check
optdepends = python-requests: Kodi playing status and XPath check
optdepends = python-lxml: XPath check
optdepends = xprintidle: X server idle time check
backup = etc/autosuspend.conf
backup = etc/autosuspend-logging.conf
source = https://github.com/languitar/autosuspend/archive/v1.0.0.tar.gz
sha256sums = eaeffa164655e7246378bdc79fcaf8eaf481e71ec20ce29128a7d38804392a7e
pkgname = autosuspend
|