void-packages/srcpkgs/xrandr/template

18 lines
483 B
Bash

# Template file for 'xrandr'
pkgname=xrandr
version=1.5.3
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=f8dd7566adb74147fab9964680b6bbadee87cf406a7fcff51718a5e6949b841c
post_install() {
vlicense COPYING
}