mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/callaudiod: new aport
This commit is contained in:
parent
3c712063ff
commit
64191dda98
27
testing/callaudiod/APKBUILD
Normal file
27
testing/callaudiod/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Contributor: TimotheeLF <timotheel-f@protonmail.com>
|
||||
# Maintainer: TimotheeLF <timotheel-f@protonmail.com>
|
||||
pkgname=callaudiod
|
||||
pkgver=0.0.4
|
||||
pkgrel=0
|
||||
pkgdesc="Call audio routing daemon"
|
||||
url="https://gitlab.com/mobian1/callaudiod"
|
||||
arch="all"
|
||||
license="LGPL-3.0-or-later"
|
||||
makedepends="meson alsa-lib-dev glib-dev pulseaudio-dev"
|
||||
source="https://gitlab.com/mobian1/callaudiod/-/archive/$pkgver/callaudiod-$pkgver.tar.gz"
|
||||
subpackages="$pkgname-dev $pkgname-libs"
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||
}
|
||||
|
||||
test() {
|
||||
meson test --no-rebuild -v -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="28f5e572e1480539ca58683f0908cea8d958b0f6c79f09c816ebf28556f9fc55cf4baa1d1a26f8afe2ae5ca6f7f235bc62941616148768184f5a94e3714018da callaudiod-0.0.4.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user