cruxports/wf-recorder/Pkgfile

18 lines
518 B
Plaintext
Raw Permalink Normal View History

2022-02-05 15:39:19 -05:00
# Description: screen recording app for the wayland desktop
# URL: https://github.com/ammen99/wf-recorder/
# Maintainer: John McQuah, jmcquah at disroot dot org
2023-12-10 22:08:56 -05:00
# Depends on: ffmpeg wayland-protocols
# Optional: pulseaudio x265
2022-02-05 15:39:19 -05:00
name=wf-recorder
2023-09-19 21:26:41 -04:00
version=0.4.1
2023-12-10 22:08:56 -05:00
release=2
2022-02-05 15:39:19 -05:00
source=(https://github.com/ammen99/$name/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
2022-11-13 13:21:40 -05:00
meson setup build --prefix=/usr --buildtype=release
2022-12-23 08:50:09 -05:00
ninja -C build -j ${JOBS:-1}
2022-02-05 15:39:19 -05:00
DESTDIR=$PKG ninja -C build install
}