19 lines
562 B
Bash
19 lines
562 B
Bash
# Template file for 'alsa-ucm-conf'
|
|
pkgname=alsa-ucm-conf
|
|
version=1.2.9
|
|
revision=1
|
|
short_desc="ALSA Use Case Manager topology configurations"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/alsa-project/alsa-ucm-conf"
|
|
distfiles="https://github.com/alsa-project/${pkgname}/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=1c40618161bc2738c55aab4dee1d0c82514e257116f296815a799adeaab5e48b
|
|
|
|
do_install() {
|
|
vdoc ucm2/README.md
|
|
rm ucm2/README.md
|
|
vmkdir usr/share/alsa
|
|
vcopy ucm2 usr/share/alsa
|
|
vlicense LICENSE
|
|
}
|