aboutsummaryrefslogtreecommitdiffstats
path: root/community/callaudiod/APKBUILD
blob: 3e8f83e4af794798f1a73d1efa336955095de828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: TimotheeLF <timotheel-f@protonmail.com>
# Maintainer: TimotheeLF <timotheel-f@protonmail.com>
pkgname=callaudiod
pkgver=0.1.0
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
}

check() {
	meson test --no-rebuild -v -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="a316b2bb5ed9822f00a8c224e22ea9020e81a1c03378bcd63557532b47c582a3822c9d6b9ad8efe572688379c0cc536249e2f385bcc1679c2f3bb9e9db1cc074  callaudiod-0.1.0.tar.gz"