From f704f050bfdcc3bad4cd597edcce143ca6133848 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 Mar 2023 23:55:40 +0000 Subject: gentoo auto-resync : 06:03:2023 - 23:55:39 --- dev-libs/libliftoff/libliftoff-0.4.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-libs/libliftoff/libliftoff-0.4.1.ebuild (limited to 'dev-libs/libliftoff/libliftoff-0.4.1.ebuild') diff --git a/dev-libs/libliftoff/libliftoff-0.4.1.ebuild b/dev-libs/libliftoff/libliftoff-0.4.1.ebuild new file mode 100644 index 000000000000..7fcbf7f6a604 --- /dev/null +++ b/dev-libs/libliftoff/libliftoff-0.4.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 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" +KEYWORDS="~amd64" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + x11-libs/libdrm +" +DEPEND=" + ${RDEPEND} +" -- cgit v1.2.3