void-packages/srcpkgs/sof-tools/template

21 lines
649 B
Bash

# Template file for 'sof-tools'
pkgname=sof-tools
version=2.2.1
revision=1
# https://github.com/thesofproject/sof/issues/4902
archs="x86_64"
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=72e096cc69ca0f1782bd0757c1ac7ae27de3f16228cf8dfb75069b129465ed73
post_install() {
vlicense ../LICENCE
}