void-packages/srcpkgs/xauth/template
2025-03-09 15:00:51 +01:00

17 lines
490 B
Bash

# Template file for 'xauth'
pkgname=xauth
version=1.1.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="xtrans libXau-devel libXext-devel libXmu-devel"
short_desc="X authentication utility"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
checksum=e9318141464ad7b4dc0f8564a580f0d20f977c85a388cc40d5a766206151c690
post_install() {
vlicense COPYING
}