2023-11-26 03:12:58 -05:00

23 lines
711 B
Bash

# Template file for 'sof-firmware'
pkgname=sof-firmware
version=2023.09.2
revision=1
archs="i686* x86_64*"
hostmakedepends="rsync"
depends="alsa-ucm-conf"
short_desc="Sound Open Firmware and topology binaries"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="BSD-3-Clause"
homepage="https://thesofproject.github.io/latest/index.html"
distfiles="https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz"
checksum=23063a3e447497bbb2683d0c5f3a0fbb248dabfb24544138be0e73e9e15e0f63
do_install() {
vmkdir usr/lib/firmware/intel
for dir in sof sof-ipc4 sof-tplg sof-ace-tplg; do
rsync -a "${dir}" "${DESTDIR}/usr/lib/firmware/intel/"
done
vlicense LICENCE.NXP
}