new repos
This commit is contained in:
20
extra/xorgproto/xorgproto.toml
Normal file
20
extra/xorgproto/xorgproto.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "xorgproto"
|
||||
version = "2024.1"
|
||||
description = "X.Org protocol headers — combined X11 protocol definitions"
|
||||
url = "https://xorg.freedesktop.org/"
|
||||
license = "MIT"
|
||||
|
||||
[source]
|
||||
url = "https://xorg.freedesktop.org/archive/individual/proto/xorgproto-${version}.tar.xz"
|
||||
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
||||
[dependencies]
|
||||
run = []
|
||||
build = ["meson", "ninja"]
|
||||
|
||||
[build]
|
||||
system = "meson"
|
||||
configure = """meson setup build --prefix=/usr"""
|
||||
make = """ninja -C build"""
|
||||
install = """DESTDIR=${PKG} ninja -C build install"""
|
||||
Reference in New Issue
Block a user