mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-20 08:25:00 +00:00
12 lines
522 B
Bash
12 lines
522 B
Bash
TERMUX_PKG_HOMEPAGE=https://wayland.freedesktop.org/
|
|
TERMUX_PKG_DESCRIPTION="Wayland protocols library"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.36"
|
|
TERMUX_PKG_SRCURL=https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${TERMUX_PKG_VERSION}/downloads/wayland-protocols-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-Dtests=false
|
|
"
|