void-packages/srcpkgs/autorandr/template
2019-12-26 09:23:27 +01:00

22 lines
817 B
Bash

# Template file for 'autorandr'
pkgname=autorandr
version=1.9
revision=1
archs=noarch
build_style=python3-module
pycompile_module="autorandr.py"
hostmakedepends="python3-setuptools pkg-config"
depends="python3-setuptools xrandr"
short_desc="Automatically select a display configuration based on connected devices"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-only"
homepage="https://github.com/phillipberndt/autorandr"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=fee7b1d4ebdb15380c40c02734ee147747fcbdefa49d79f2dca29523dfdbf7e0
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}
}