void-packages/srcpkgs/xcb-proto/template
2019-12-24 12:24:54 +01:00

20 lines
542 B
Bash

# Template file for 'xcb-proto'
pkgname=xcb-proto
version=1.13
revision=3
archs=noarch
build_style=gnu-configure
pycompile_module="xcbgen"
hostmakedepends="python3"
makedepends="libxml2"
depends="python3"
short_desc="XML-XCB (X C Bindings) protocol descriptions"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xcb.freedesktop.org"
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
checksum=7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1
post_install() {
vlicense COPYING
}