aboutsummaryrefslogtreecommitdiffstats
path: root/testing/alsa-topology-conf/APKBUILD
blob: 57e0aebd5677c2dbacc79e2f7cd89dc9d6d56cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Minecrell <minecrell@minecrell.net>
# Maintainer: Minecrell <minecrell@minecrell.net>
pkgname=alsa-topology-conf
pkgver=1.2.2
pkgrel=0
pkgdesc="ALSA topology configuration files"
url="https://www.alsa-project.org"
arch="noarch"
license="BSD-3-Clause"
source="ftp://ftp.alsa-project.org/pub/lib/alsa-topology-conf-$pkgver.tar.bz2"
options="!check" # no tests

package() {
	mkdir -p "$pkgdir"/usr/share/alsa
	cp -r topology "$pkgdir"/usr/share/alsa
}

sha512sums="145ee0e16f7f84d5f97759b1efaa3df9fe35c8b33c7ae863ae1b915f361acd902ad05f59090e1d98b2a4f2ecc14933681592893564fcc45cdbc974899f789b94  alsa-topology-conf-1.2.2.tar.bz2"