# Maintainer: Alexandros Theodotou pkgname=zrythm pkgver=0.3.029 pkgrel=1 pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)" arch=( 'x86_64' ) url='https://git.zrythm.org/zrythm/zrythm' license=( 'GPL3' ) depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack' 'libsndfile' 'libyaml' 'gettext' 'qt5-base' 'libsamplerate' 'alsa-lib' 'ffmpeg') makedepends=('python' 'gettext' 'sed' 'libtool') conflicts=( 'zrythm-git' ) source=( "https://git.zrythm.org/zrythm/${pkgname}/-/archive/v$pkgver/${pkgname}-v$pkgver.tar.gz" ) md5sums=( '9366c277c18bf391d44e29b2107c6b1a' ) rootdir="${pkgname}-v${pkgver}" build() { cd ${rootdir}/ autoreconf -fi ./configure --prefix=/usr --with-qt5 --with-ffmpeg make } package() { cd ${rootdir}/ make DESTDIR="${pkgdir}/" install }