aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMinecrell <minecrell@minecrell.net>2020-01-18 14:20:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-18 15:57:03 +0100
commit369ff9139bef8d9044c8b40451c536f50c4523af (patch)
treee2c7cd0f4a8a90aae90beb0728383db209540866 /testing
parentfac631bbc21792fd0e05d9aa2c4d19279f450bd2 (diff)
downloadaports-369ff9139bef8d9044c8b40451c536f50c4523af.tar.bz2
aports-369ff9139bef8d9044c8b40451c536f50c4523af.tar.xz
testing/pulsemixer: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/pulsemixer/APKBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/pulsemixer/APKBUILD b/testing/pulsemixer/APKBUILD
new file mode 100644
index 0000000000..96fa19a9d0
--- /dev/null
+++ b/testing/pulsemixer/APKBUILD
@@ -0,0 +1,23 @@
+# Contributor: Minecrell <minecrell@minecrell.net>
+# Maintainer: Minecrell <minecrell@minecrell.net>
+pkgname=pulsemixer
+pkgver=1.5.0
+pkgrel=0
+pkgdesc="CLI and curses mixer for PulseAudio"
+url="https://github.com/GeorgeFilipkin/pulsemixer"
+arch="noarch"
+license="MIT"
+depends="python3 libpulse"
+makedepends="py3-setuptools"
+source="$pkgname-$pkgver.tar.gz::https://github.com/GeorgeFilipkin/pulsemixer/archive/$pkgver.tar.gz"
+options="!check" # No tests upstream
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64 pulsemixer-1.5.0.tar.gz"