void-packages/srcpkgs/xcb-proto/template
2019-02-05 22:42:27 +01:00

20 lines
540 B
Bash

# Template file for 'xcb-proto'
pkgname=xcb-proto
version=1.13
revision=2
noarch=yes
build_style=gnu-configure
pycompile_module="xcbgen"
hostmakedepends="python3"
makedepends="libxml2"
depends="python3"
short_desc="XML-XCB (X C Bindings) protocol descriptions"
maintainer="Juan RP <xtraeme@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
}