New package: xplugd-1.1
This commit is contained in:
parent
8b5da4856f
commit
159d041bb4
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue