mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/pulsemixer: new aport
This commit is contained in:
parent
fac631bbc2
commit
369ff9139b
23
testing/pulsemixer/APKBUILD
Normal file
23
testing/pulsemixer/APKBUILD
Normal file
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user