1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
# xauth - X authority file (cookie) manipulation tool # Direct xlibre-server CDEPEND (>=x11-apps/xauth-1.0.3) # https://gitlab.freedesktop.org/xorg/app/xauth [package] name = "xauth" version = "1.1.5" release = 1 description = "X authority file utility" url = "https://xorg.freedesktop.org/releases/individual/app/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["libX11", "libXau", "libXext", "libXmu"] build = ["libX11", "libXau", "libXext", "libXmu", "xorgproto", "util-macros"] [[source]] file = "xauth-1.1.5.tar.xz" urls = ["https://xorg.freedesktop.org/releases/individual/app/xauth-1.1.5.tar.xz"] checksum = "a4000e2f441facebf569026bedecc23ba262cc6927be52070abe0002625cfbe0" [build] parallel = true