vp-build/srcpkgs/xhost/template

18 lines
480 B
Bash

# Template file for 'xhost'
pkgname=xhost
version=1.0.8
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXmu-devel"
short_desc="Server access control program for X"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396
post_install() {
vlicense COPYING
}