19 lines
613 B
Bash
19 lines
613 B
Bash
# Template file for 'vdpauinfo'
|
|
pkgname=vdpauinfo
|
|
_glhash=8f047eac351672cc4316724edb6ad2b2
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
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/uploads/${_glhash}/vdpauinfo-${version}.tar.gz"
|
|
checksum=40188bc5671c139e58330dbcac2a6ced0064485cb4cdf368558feca17d7922a0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|