mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
18 lines
648 B
Bash
18 lines
648 B
Bash
# Template file for 'alsa-ucm-conf-asahi'
|
|
pkgname=alsa-ucm-conf-asahi
|
|
version=8
|
|
revision=1
|
|
archs="aarch64*"
|
|
depends="alsa-ucm-conf"
|
|
short_desc="ALSA Use Case Manager topology configurations for Apple silicon devices"
|
|
maintainer="dkwo <npiazza@disroot.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/AsahiLinux/alsa-ucm-conf-asahi"
|
|
distfiles="https://github.com/AsahiLinux/alsa-ucm-conf-asahi/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=e0a028ab4d6d5cf5033e293a4205071245911827be052e21a723ed6bd694efb1
|
|
|
|
do_install() {
|
|
vmkdir usr/share/alsa/ucm2/conf.d/
|
|
vcopy ucm2/conf.d/macaudio usr/share/alsa/ucm2/conf.d/
|
|
vlicense LICENSE.asahi
|
|
}
|