aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xidle/APKBUILD
blob: 0d6d6de355a02e7a4455daa80848a4b382412c2f (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.5
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 libbsd-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="ed0bf37b2b80fa1a38292de34e3f31db9f500d5d86d09cccee54c2ec89198d892418719252e25990dca5b6d9700225c489802abe5276eb620344f2e63106348c  xidle-6.5.tar.gz"