diff options
Diffstat (limited to 'sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild')
-rw-r--r-- | sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild b/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild new file mode 100644 index 000000000000..48bb1e61a889 --- /dev/null +++ b/sys-firmware/sof-firmware/sof-firmware-1.9.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Sound Open Firmware (SOF) binary files" +HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin" +SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/sof-bin-v${PV} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +QA_PREBUILT="usr/bin/sof-logger usr/bin/sof-ctl usr/bin/sof-probes" + +src_install() { + dodir /lib/firmware/intel + dodir /usr/bin + FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" "${S}/install.sh" v${PV} || die +} |