mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
The jobs for samurai are already set through SAMUFLAGS Ref <3052c1fd21e> */*: drop ${JOBS:+-j ${JOBS}}
31 lines
737 B
Plaintext
31 lines
737 B
Plaintext
# Contributor: Alex McGrath <amk@amk.ie>
|
|
# Maintainer: Alex McGrath <amk@amk.ie>
|
|
pkgname=pamixer
|
|
pkgver=1.6
|
|
pkgrel=1
|
|
pkgdesc="pulseaudio command line mixer"
|
|
url="https://github.com/cdemoulins/pamixer"
|
|
arch="all"
|
|
license="GPL-3.0-only"
|
|
makedepends="
|
|
cxxopts-dev
|
|
meson
|
|
pulseaudio-dev
|
|
"
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/cdemoulins/pamixer/archive/$pkgver/$pkgname-$pkgver.tar.gz"
|
|
options="!check" # no tests provided
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
c01b7c4184901955bff82aaeef0cde7f0b613e6ebff1158b3603f2835e13590a9353920a430598a3cde5c305a7316a78e302186bf4d3bf458133262578b42eb3 pamixer-1.6.tar.gz
|
|
"
|