# Copyright 1999-2022 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" RDEPEND="media-libs/alsa-lib" 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 }