Version bump
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Firmwares files for PinePhone"
|
||||
HOMEPAGE="https://xff.cz/git/linux-firmware"
|
||||
SRC_URI="https://xff.cz/git/linux-firmware/tree/ov5640_af.bin
|
||||
https://xff.cz/git/linux-firmware/tree/anx7688-fw.bin
|
||||
https://xff.cz/git/linux-firmware/tree/rtl_bt/rtl8723cs_xx_fw.bin
|
||||
"
|
||||
|
||||
LICENSE="linux-fw-redistributable no-source-code"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${D}"/lib/firmware/ || die
|
||||
insinto /lib/firmware/
|
||||
doins anx7688-fw.bin
|
||||
doins ov5640-fw.bin
|
||||
doins rtl8723cs_xx-fw.bin
|
||||
}
|
||||
Reference in New Issue
Block a user