# Template file for 'autorandr' pkgname=autorandr version=1.10.1 revision=1 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools pkg-config" depends="python3-setuptools xrandr" short_desc="Automatically select a display configuration based on connected devices" maintainer="Andrew Benson " license="GPL-3.0-only" homepage="https://github.com/phillipberndt/autorandr" distfiles="${homepage}/archive/${version}.tar.gz" checksum=230fb9f3d5bf544a2547c01dbdda39812944cdd5465a679bb961769c7ddb552c post_install() { make install TARGETS='pmutils udev autostart_config bash_completion' \ PM_SLEEPHOOKS_DIR='/etc/pm/sleep.d' UDEV_RULES_DIR=/usr/lib/udev/rules.d \ BASH_COMPLETIONS_DIR=/usr/share/bash-completion/completions DESTDIR=${DESTDIR} }