aports/testing/asahi-audio/APKBUILD
2025-04-02 06:34:33 +00:00

30 lines
772 B
Text

# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=asahi-audio
pkgver=3.3
pkgrel=0
pkgdesc="userspace audio configuration for Apple Silicon Macs"
url="https://github.com/AsahiLinux/asahi-audio"
arch="aarch64" # only needed for asahi/aarch64 on apple silicon
license="MIT"
options="!check"
depends="
bankstown-lv2
lsp-plugins-lv2
pipewire
speakersafetyd
wireplumber
"
source="$pkgname-$pkgver.tar.gz::https://github.com/AsahiLinux/asahi-audio/archive/refs/tags/v$pkgver.tar.gz"
build() {
make
}
package() {
make DESTDIR=$pkgdir install
}
sha512sums="
51cb327624e37b85bc0dbe7d6b72c0cec9ffe2d0bf18d5e6fd2f32d1bbc26af7c56096a744e27f04c5478638fe59f2fb66554d6fc3516de07bf3e72949776cb1 asahi-audio-3.3.tar.gz
"