# Description: Waits for DPMS timeout then exits.
# URL: http://github.com/mytch444/dpmstimeout
# Maintainer: Mytchel Hammond, mytchel at openmailbox dot org
# Packager: Mytchel Hammond, mytchel at openmailbox dot org
# Depends on: xorg-server

name=dpmstimeout
version=3
release=1
source=(https://github.com/mytch444/dpmstimeout/archive/aec88343bc025f1ec365046dce1f6eb41e3f1887.zip)

build() {
	cd $name-aec88343bc025f1ec365046dce1f6eb41e3f1887

	make
	make DESTDIR=$PKG install
}