aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/alsa-topology-conf/APKBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/alsa-topology-conf/APKBUILD b/testing/alsa-topology-conf/APKBUILD
deleted file mode 100644
index 57e0aebd56..0000000000
--- a/testing/alsa-topology-conf/APKBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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"