summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorMinecrell <minecrell@minecrell.net>2020-01-19 18:09:29 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-19 19:20:14 +0100
commitf847034ad82fa3740f7bcc2e532bba1cd0d65901 (patch)
tree653908401ca3584d9b063647614b93f7525f336d /testing
parentb929b1ead7374cf3c3758dff7c24fcfe2ad587cd (diff)
downloadaports-f847034ad82fa3740f7bcc2e532bba1cd0d65901.zip
testing/alsa-ucm-conf: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/alsa-ucm-conf/APKBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/alsa-ucm-conf/APKBUILD b/testing/alsa-ucm-conf/APKBUILD
new file mode 100644
index 00000000000..23d2135e009
--- /dev/null
+++ b/testing/alsa-ucm-conf/APKBUILD
@@ -0,0 +1,18 @@
+# Contributor: Minecrell <minecrell@minecrell.net>
+# Maintainer: Minecrell <minecrell@minecrell.net>
+pkgname=alsa-ucm-conf
+pkgver=1.2.1.2
+pkgrel=0
+pkgdesc="ALSA Use Case Manager configuration"
+url="https://www.alsa-project.org"
+arch="noarch"
+license="BSD-3-Clause"
+source="ftp://ftp.alsa-project.org/pub/lib/alsa-ucm-conf-$pkgver.tar.bz2"
+options="!check" # no tests
+
+package() {
+ mkdir -p "$pkgdir"/usr/share/alsa
+ cp -r "$srcdir"/ucm2 "$pkgdir"/usr/share/alsa
+}
+
+sha512sums="e498c4355a765eb6ecd03f03611c8904f757bf73619a3c8159c044f80a4c3ab5cbd343692c227e13c6da307fc2e35259b4726902d3ab8e03eff11aa1c74027d5 alsa-ucm-conf-1.2.1.2.tar.bz2"