New package: xplugd-1.1

This commit is contained in:
Duncaen 2016-04-25 17:13:50 +02:00
parent 8b5da4856f
commit 159d041bb4
1 changed files with 19 additions and 0 deletions

19
srcpkgs/xplugd/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'xplugd'
pkgname=xplugd
version=1.1
revision=1
build_style=gnu-makefile
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=84a585c80ca1a2846d67a7b0624793a29cf60e50758bf0946ff4860e965d3fd3
pre_build() {
sed -i 's|^CFLAGS\s*:=|override CFLAGS +=|g' Makefile
}
post_install() {
vlicense LICENSE
}