23 lines
619 B
Bash
23 lines
619 B
Bash
# Template file for 'xplugd'
|
|
pkgname=xplugd
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="libXi-devel libXrandr-devel"
|
|
short_desc="Daemon that executes a script on X input and RandR changes"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/troglobit/xplugd"
|
|
distfiles="https://github.com/troglobit/xplugd/archive/v${version}.tar.gz"
|
|
checksum=d199626c4882ef73d0f1dce55dac07aaf7bb72e591e8150d223f9e025534678e
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm -f ${DESTDIR}/usr/share/doc/xplugd/LICENSE
|
|
}
|