diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-05-31 23:16:03 -0600 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-02 09:00:27 +0100 |
commit | f678c1f0f12d3fcc3bf82d1af76691e0cfb38458 (patch) | |
tree | e27de3a631bae91eb47af970a9e04fbf8b38064e /dev-libs/libliftoff/libliftoff-0.5.0.ebuild | |
parent | dev-java/javatoolkit: migrated to pep517 (diff) | |
download | gentoo-f678c1f0f12d3fcc3bf82d1af76691e0cfb38458.tar.gz gentoo-f678c1f0f12d3fcc3bf82d1af76691e0cfb38458.tar.bz2 gentoo-f678c1f0f12d3fcc3bf82d1af76691e0cfb38458.zip |
dev-libs/libliftoff: add 0.5.0
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/libliftoff/libliftoff-0.5.0.ebuild')
-rw-r--r-- | dev-libs/libliftoff/libliftoff-0.5.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/libliftoff/libliftoff-0.5.0.ebuild b/dev-libs/libliftoff/libliftoff-0.5.0.ebuild new file mode 100644 index 000000000000..7056705fe1a1 --- /dev/null +++ b/dev-libs/libliftoff/libliftoff-0.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 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 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RDEPEND=" + x11-libs/libdrm +" +DEPEND=" + ${RDEPEND} +" |