aboutsummaryrefslogtreecommitdiff
path: root/extra/xcb-proto
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xcb-proto')
-rwxr-xr-xextra/xcb-proto/build7
-rw-r--r--extra/xcb-proto/checksums2
-rw-r--r--extra/xcb-proto/depends1
-rw-r--r--extra/xcb-proto/meta3
-rw-r--r--extra/xcb-proto/sources1
-rw-r--r--extra/xcb-proto/version1
6 files changed, 15 insertions, 0 deletions
diff --git a/extra/xcb-proto/build b/extra/xcb-proto/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/xcb-proto/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/extra/xcb-proto/checksums b/extra/xcb-proto/checksums
new file mode 100644
index 00000000..1d987173
--- /dev/null
+++ b/extra/xcb-proto/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+2117ae3c1730586cb7bdaae6e8ba5e0ec3d5ee423d1387a59b3865f812953483 xcb-proto-1.16.0.tar.xz
diff --git a/extra/xcb-proto/depends b/extra/xcb-proto/depends
new file mode 100644
index 00000000..ecc77727
--- /dev/null
+++ b/extra/xcb-proto/depends
@@ -0,0 +1 @@
+python make
diff --git a/extra/xcb-proto/meta b/extra/xcb-proto/meta
new file mode 100644
index 00000000..4d94c36c
--- /dev/null
+++ b/extra/xcb-proto/meta
@@ -0,0 +1,3 @@
+description: XML-XCB protocol descriptions
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/xcb-proto/sources b/extra/xcb-proto/sources
new file mode 100644
index 00000000..72441d46
--- /dev/null
+++ b/extra/xcb-proto/sources
@@ -0,0 +1 @@
+https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.16.0.tar.xz
diff --git a/extra/xcb-proto/version b/extra/xcb-proto/version
new file mode 100644
index 00000000..df10ebf3
--- /dev/null
+++ b/extra/xcb-proto/version
@@ -0,0 +1 @@
+1.16.0 1