18 lines
458 B
Bash
18 lines
458 B
Bash
# Template file for 'xvinfo'
|
|
pkgname=xvinfo
|
|
version=1.1.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXv-devel"
|
|
short_desc="Query X-Video capabilities"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=3ede71ecb26d9614ccbc6916720285e95a2c7e0c5e19b8570eaaf72ad7c5c404
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|