Added extra

This commit is contained in:
Gerben Jan Dijkman
2022-02-01 15:38:12 +01:00
parent ae5d5fe8ea
commit 23becccac8
9 changed files with 35 additions and 187 deletions

View File

@@ -0,0 +1,29 @@
# Copyright 2011-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit chromium-2 desktop pax-utils unpacker xdg
KEYWORDS="~arm64"
MY_P="hromium-codecs-ffmpeg-extra_${PV}-0"
SRC_URI="http://ports.ubuntu.com/pool/universe/c/chromium-browser/${MY_P}ubuntu0.18.04.1_arm64.deb"
SLOT="0"
IUSE="selinux"
RESTRICT="bindist mirror strip"
RDEPEND=""
S=${WORKDIR}
src_unpack() {
:
}
src_install() {
dodir /
cd "${ED}" || die
unpacker
}