This commit is contained in:
Gerben Jan Dijkman 2022-05-28 15:17:01 +02:00
parent 64a636b508
commit 3425afecbc
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST chromium-codecs-ffmpeg_101.0.4951.64-0ubuntu0.18.04.1_arm64.deb 727692 BLAKE2B e7092bf6acbda1658fdd03388ce0571862dd5d04875a7cead1912253be06db1173e49547986460f901c7304d079418b1a0de22141807dddb03f5aa41535a593d SHA512 702d09d343f8ddab58e58961635fd45426028f8df0b3aca0719b390ef60899d58846322a4b470e5213e478bbb522b65a5884790c0783d164b7d7f6da1fbaed91

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="chromium-codecs-ffmpeg_${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
}