summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 600520c932513f2f29de4d6a6e6b10098c9dde60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Program author: https://vk.com/mikhailnov
#Maintainer: naruto522ru <itachi522ru@gmail.com>
_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
}