From 64191dda985e2a6007616dc5192db28e5bd0d8fc Mon Sep 17 00:00:00 2001 From: Timothee LF Date: Fri, 6 Nov 2020 14:48:04 -0500 Subject: [PATCH] testing/callaudiod: new aport --- testing/callaudiod/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/callaudiod/APKBUILD diff --git a/testing/callaudiod/APKBUILD b/testing/callaudiod/APKBUILD new file mode 100644 index 00000000000..d7becce6deb --- /dev/null +++ b/testing/callaudiod/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: TimotheeLF +# Maintainer: TimotheeLF +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"