gentoo/dev-libs/libliftoff/libliftoff-0.5.0.ebuild
Sam James 769fd93464
dev-libs/libliftoff: Keyword 0.5.0 arm, #955262
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-07 15:31:34 +01:00

21 lines
458 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Lightweight KMS plane library"
HOMEPAGE="https://gitlab.freedesktop.org/emersion/libliftoff"
SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/v${PV}/downloads/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
RDEPEND="
x11-libs/libdrm
"
DEPEND="
${RDEPEND}
"