void-packages/srcpkgs/xdpyinfo/template

20 lines
593 B
Bash

# Template file for 'xdpyinfo'
pkgname=xdpyinfo
version=1.3.4
revision=2
build_style=gnu-configure
configure_args="--with-xf86misc"
hostmakedepends="pkg-config"
makedepends="libXext-devel libXtst-devel
libXrender-devel libXcomposite-devel libXinerama-devel"
short_desc="Display information utility for X"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.freedesktop.org/xorg/app/xdpyinfo"
distfiles="${XORG_SITE}/app/xdpyinfo-${version}.tar.xz"
checksum=a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b
post_install() {
vlicense COPYING
}