aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/sound
diff options
context:
space:
mode:
Diffstat (limited to 'meta/sound')
-rw-r--r--meta/sound/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/sound/PKGBUILD b/meta/sound/PKGBUILD
new file mode 100644
index 0000000..609aff4
--- /dev/null
+++ b/meta/sound/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
+pkgname=strisemarx-sound
+pkgver=9
+pkgrel=1
+pkgdesc="strisemarx's sound metapackage"
+arch=('any')
+url="https://strisemarx.com"
+license=('GPL3')
+depends=(
+ 'alsa-utils'
+ 'playerctl'
+ 'pipewire'
+ 'pipewire-alsa'
+ 'pipewire-pulse'
+ 'pipewire-jack'
+ 'pulsemixer'
+)
+optdepends=(
+ 'noisetorch'
+)
+
+# vim: ts=2 sw=2 et: