void-packages/srcpkgs/xhost/template
2019-02-25 03:20:32 -03:00

17 lines
483 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="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396
post_install() {
vlicense COPYING
}