From 4eaa01f2b418b8329d3fe87e84f4c53c516f41dc Mon Sep 17 00:00:00 2001 From: Minecrell Date: Mon, 3 Feb 2020 11:57:19 +0100 Subject: community/pulsemixer: move from testing --- community/pulsemixer/APKBUILD | 23 +++++++++++++++++++++++ testing/pulsemixer/APKBUILD | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 community/pulsemixer/APKBUILD delete mode 100644 testing/pulsemixer/APKBUILD diff --git a/community/pulsemixer/APKBUILD b/community/pulsemixer/APKBUILD new file mode 100644 index 0000000000..96fa19a9d0 --- /dev/null +++ b/community/pulsemixer/APKBUILD @@ -0,0 +1,23 @@ +# Contributor: Minecrell +# Maintainer: Minecrell +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" diff --git a/testing/pulsemixer/APKBUILD b/testing/pulsemixer/APKBUILD deleted file mode 100644 index 96fa19a9d0..0000000000 --- a/testing/pulsemixer/APKBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Contributor: Minecrell -# Maintainer: Minecrell -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" -- cgit v1.2.3