#Program author: https://vk.com/mikhailnov #Maintainer: naruto522ru _srcname=pulsejoin$pkgver pkgname=pulsejoin pkgver=2.3 pkgrel=2 pkgdesc='GUI for making a virtual PulseAudio microphone, from which sound from both microphone and audio output can be recorded' arch=('any') url='https://gitlab.com/mikhailnov/pulsejoin' license=('GPL3') depends=('pulseaudio' 'pavucontrol-qt' 'yad') makedepends=('git') source=("$_srcname::git+https://gitlab.com/mikhailnov/pulsejoin.git#tag=v$pkgver") sha256sums=('SKIP') package() { cd "$srcdir"/$_srcname/ make DESTDIR="${pkgdir}/" install }