Added binary wlroots

This commit is contained in:
Gerben Jan Dijkman 2022-08-23 01:05:52 +02:00
parent 4291c7a0b3
commit f745403987
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST libwlroots10_0.15.1-3_arm64.deb 242060 BLAKE2B 4dba6971e795e008a512f59f65f1c5695439f2bc2571e06bfdbebd9fe66d760e9d572289ac4eaddbd21348a1316e67eda7e30902eab55ad65420784809d76cca SHA512 2849fe1ca02db853c045ae4b82b37f0e80b6fb99128170efb3181b5536d9a8faf26a8a72c0af1bf12018ba7b4b57807ca974b57bd7dd3c11e8ec5759875b8af3

View File

@ -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
}