Files
repos/extra/libxcursor/libxcursor.toml
2026-03-20 10:25:48 +01:00

21 lines
632 B
TOML

[package]
name = "libxcursor"
version = "1.2.3"
description = "X11 cursor management library — themed cursors for X11/XWayland"
url = "https://xorg.freedesktop.org/"
license = "MIT"
[source]
url = "https://xorg.freedesktop.org/archive/individual/lib/libXcursor-${version}.tar.xz"
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[dependencies]
run = ["glibc", "libx11", "libxfixes", "libxrender"]
build = ["gcc", "make", "pkg-config", "xorgproto"]
[build]
system = "autotools"
configure = """./configure --prefix=/usr --disable-static"""
make = """make"""
install = """make DESTDIR=${PKG} install"""