# Template file for 'vdpauinfo'
pkgname=vdpauinfo
version=1.5
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config automake"
makedepends="libvdpau-devel"
short_desc="Command line utility for querying the capabilities of a VDPAU device"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://freedesktop.org/wiki/Software/VDPAU/"
distfiles="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${version}/vdpauinfo-${version}.tar.gz"
checksum=1878d54f6732d02cedef8eabe77e23fc2239b4ec202612403a383f4140a17bc3

pre_configure() {
	autoreconf -fi
}

post_install() {
	vlicense COPYING
}
