Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[build]
type = "meson"
[build.flags]
build_dir = "build"
[dependencies]
build = ["meson"]
runtime = [
"glibc",
"xorgproto",
]
[package]
description = "X11 authorisation library"
homepage = "https://xorg.freedesktop.org/"
license = "MIT-open-group"
name = "libxau"
version = "1.0.12"
[[source]]
extract_dir = "$name-$version"
sha256 = "74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb"
url = "https://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.xz"