19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'xcb-proto'
|
|
pkgname=xcb-proto
|
|
version=1.15.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="python3 automake"
|
|
makedepends="libxml2"
|
|
depends="python3"
|
|
short_desc="XML-XCB (X C Bindings) protocol descriptions"
|
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/xorg/proto/xcbproto"
|
|
distfiles="https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-${version}.tar.xz"
|
|
checksum=7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|