18 lines
483 B
Bash
18 lines
483 B
Bash
# Template file for 'xrandr'
|
|
pkgname=xrandr
|
|
version=1.5.1
|
|
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=7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|