void-packages/srcpkgs/sof-tools/template
Gadzhi Kharkharov 928c14bb35 sof-firmware: update to 1.9.
split sof-tools as a separate package, since the package was previously
using pre-built binaries for x86_64. It can't be built for archs other
than x86_64 glibc yet, but that's not a problem, since the package was
only usable there.
2021-10-29 00:31:43 -03:00

22 lines
671 B
Bash

# Template file for 'sof-tools'
pkgname=sof-tools
version=1.9
revision=1
# https://github.com/thesofproject/sof/issues/4902
archs="x86_64"
wrksrc="sof-${version}"
build_wrksrc="tools"
build_style=cmake
hostmakedepends="alsa-utils m4"
makedepends="alsa-lib-devel"
short_desc="Sound Open Firmware and topology binaries - development tools"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="BSD-3-Clause"
homepage="https://thesofproject.github.io/latest/index.html"
distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz"
checksum=29b83a63720ace3a9173073f12c4dfae5ece841773483cb025623506cd02eccb
post_install() {
vlicense ../LICENCE
}