19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'xcb-proto'
|
|
pkgname=xcb-proto
|
|
version=1.16.0
|
|
revision=2
|
|
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=a75a1848ad2a89a82d841a51be56ce988ff3c63a8d6bf4383ae3219d8d915119
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|