18 lines
483 B
Bash
18 lines
483 B
Bash
# Template file for 'xrandr'
|
|
pkgname=xrandr
|
|
version=1.5.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXrandr-devel"
|
|
short_desc="Primitive command line interface to RandR extension"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
|
checksum=c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|