From f745403987b41ccea7522a1bb55838fff989b7aa Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 23 Aug 2022 01:05:52 +0200 Subject: [PATCH] Added binary wlroots --- gui-libs/wlroots-bin/Manifest | 1 + .../wlroots-bin/wlroots-bin-1.15.1.ebuild | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 gui-libs/wlroots-bin/Manifest create mode 100644 gui-libs/wlroots-bin/wlroots-bin-1.15.1.ebuild diff --git a/gui-libs/wlroots-bin/Manifest b/gui-libs/wlroots-bin/Manifest new file mode 100644 index 0000000..ad3276b --- /dev/null +++ b/gui-libs/wlroots-bin/Manifest @@ -0,0 +1 @@ +DIST libwlroots10_0.15.1-3_arm64.deb 242060 BLAKE2B 4dba6971e795e008a512f59f65f1c5695439f2bc2571e06bfdbebd9fe66d760e9d572289ac4eaddbd21348a1316e67eda7e30902eab55ad65420784809d76cca SHA512 2849fe1ca02db853c045ae4b82b37f0e80b6fb99128170efb3181b5536d9a8faf26a8a72c0af1bf12018ba7b4b57807ca974b57bd7dd3c11e8ec5759875b8af3 diff --git a/gui-libs/wlroots-bin/wlroots-bin-1.15.1.ebuild b/gui-libs/wlroots-bin/wlroots-bin-1.15.1.ebuild new file mode 100644 index 0000000..de443f1 --- /dev/null +++ b/gui-libs/wlroots-bin/wlroots-bin-1.15.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2011-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop pax-utils unpacker xdg + +KEYWORDS="~arm64" + +SRC_URI="http://ftp.de.debian.org/debian/pool/main/w/wlroots/libwlroots10_0.15.1-3_arm64.deb" + +SLOT="0" +IUSE="selinux" +RESTRICT="bindist mirror strip" + +RDEPEND="" +S=${WORKDIR} + +src_unpack() { + : +} + +src_install() { + dodir / + cd "${ED}" || die + unpacker +}