mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 08:02:26 +01:00
25 lines
748 B
Plaintext
25 lines
748 B
Plaintext
# 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"
|