diff --git a/sys-firmware/lnvnb161216-firmware/Manifest b/sys-firmware/lnvnb161216-firmware/Manifest new file mode 100644 index 000000000..f9cbcc6f7 --- /dev/null +++ b/sys-firmware/lnvnb161216-firmware/Manifest @@ -0,0 +1 @@ +DIST lnvnb161216-firmware-20210607.tar.bz2 27784 BLAKE2B 76c71fc9b69200c51d8b055c03cd605156f7af48d960b72d35b09afd95488820f07a3704b824a632e3baa1277c9772f20905a348432cf0aed579f0731dfc927d SHA512 5f96e00bc0cbc7110bee8bbeea1fe21ade62b6bafa50a9db852115d3e2be1137337b5b9b43a3c821901f55415a0b905bec87ae6eb200584d79b4656887878f4b diff --git a/sys-firmware/lnvnb161216-firmware/lnvnb161216-firmware-20210607.ebuild b/sys-firmware/lnvnb161216-firmware/lnvnb161216-firmware-20210607.ebuild new file mode 100644 index 000000000..ead3a1471 --- /dev/null +++ b/sys-firmware/lnvnb161216-firmware/lnvnb161216-firmware-20210607.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +MYPN=linux-firmware +MYP=linux-firmware-${PV} + +KEYWORDS="amd64 x86" + +SRC_URI="ftp://ftp.calculate-linux.org/calculate/source/${PN}/${P}.tar.bz2 + http://mirror.yandex.ru/calculate/source/${PN}/${P}.tar.bz2" +DESCRIPTION="Binary firmware for Lenovo Yoga 7 (LNVNB161216) S3 mode" +HOMEPAGE="https://gist.github.com/zurohki/4b859668c901e6ba13e8187a0d5d734c" + +LICENSE="linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+ freedist" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +RESTRICT="binchecks strip" + +S="${WORKDIR}" + +src_install() { + insinto /lib/firmware/ + doins -r acpi +}