New package: alsa-ucm-conf-1.2.4

This commit is contained in:
cinerea0 2020-12-10 02:24:39 -05:00 committed by Érico Nogueira Rolim
parent 50c91c007d
commit dbf63eec84
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'alsa-ucm-conf'
pkgname=alsa-ucm-conf
version=1.2.4
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://www.alsa-project.org/files/pub/lib/${pkgname}-${version}.tar.bz2"
checksum=2c3b535c77dcb9aaf62a61f4f8324f1ab184162f105f7ec9ed1e37c742fcd340
do_install() {
vdoc ucm2/README.md
rm ucm2/README.md
vmkdir usr/share/alsa
vcopy ucm2 usr/share/alsa
vlicense LICENSE
}