# Description: screen recording app for the wayland desktop # URL: https://github.com/ammen99/wf-recorder/ # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: ffmpeg wayland-protocols # Optional: pulseaudio x265 name=wf-recorder version=0.4.1 release=2 source=(https://github.com/ammen99/$name/releases/download/v$version/$name-$version.tar.xz) build() { cd $name-$version meson setup build --prefix=/usr --buildtype=release ninja -C build -j ${JOBS:-1} DESTDIR=$PKG ninja -C build install }