aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xidle/APKBUILD
blob: 783bc801f42b57c0659ad4a6e3b9dee905ed4221 (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
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=xidle
pkgver=6.4
pkgrel=0
pkgdesc="Run a program on X inactivity"
url="https://github.com/steinex/xidle-linux"
options="!check" # No testsuite
arch="all"
license="BSD-2-Clause"
makedepends="libxscrnsaver-dev libxext-dev libx11-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/steinex/xidle-linux/archive/${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-linux-$pkgver"

build() {
	make
}

package() {
	make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="9b5e739a328978792affda35958e8cf2824f4e6161dd73b418e33c965bd2d2b428ba5080701de7efcac0bb0ca64155ac6445f9b1f22622ced66540fd56abf73c  xidle-6.4.tar.gz"