diff options
author | Minecrell <minecrell@minecrell.net> | 2020-01-19 18:09:40 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-19 19:20:14 +0100 |
commit | 4c558f94cbfcba214906773315b3a78307f1f89d (patch) | |
tree | 6ab84ec5d93119ebd79467b7b45da2dd9b721912 /testing | |
parent | f847034ad82fa3740f7bcc2e532bba1cd0d65901 (diff) | |
download | aports-4c558f94cbfcba214906773315b3a78307f1f89d.zip |
testing/alsa-topology-conf: new aport
Diffstat (limited to 'testing')
-rw-r--r-- | testing/alsa-topology-conf/APKBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/alsa-topology-conf/APKBUILD b/testing/alsa-topology-conf/APKBUILD new file mode 100644 index 00000000000..a2d36916d31 --- /dev/null +++ b/testing/alsa-topology-conf/APKBUILD @@ -0,0 +1,18 @@ +# Contributor: Minecrell <minecrell@minecrell.net> +# Maintainer: Minecrell <minecrell@minecrell.net> +pkgname=alsa-topology-conf +pkgver=1.2.1 +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 "$srcdir"/topology "$pkgdir"/usr/share/alsa +} + +sha512sums="3480e58f12aeca04b0c1821e074daeb369949acbcf7bc61b09895ee43de84cb716566518a56a4d681babbb3f13faace5a16fff079d8bdaefc7c27fc1382cd41a alsa-topology-conf-1.2.1.tar.bz2" |