void-packages/srcpkgs/xhost/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 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
}