Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user