New package: wf-recorder-0.2

This commit is contained in:
Jony 2020-01-05 23:52:29 -08:00 committed by Juan RP
parent ee4ff07b72
commit 60d4ba7caa

View file

@ -0,0 +1,18 @@
# Template file for 'wf-recorder'
pkgname=wf-recorder
version=0.2
revision=1
build_style=meson
hostmakedepends="pkg-config ninja scdoc wayland-devel"
makedepends="wayland-protocols wayland-devel ffmpeg-devel x264-devel
pulseaudio-devel ocl-icd-devel"
short_desc="Screen recorder for wlroots-based compositors"
maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
license="MIT"
homepage="https://github.com/ammen99/wf-recorder"
distfiles="https://github.com/ammen99/${pkgname}/archive/v${version}.tar.gz"
checksum=e35eef43920fc0492cd4702653b613b5ab1caaf070b5f0542db2f5c4d7a90deb
post_install() {
vlicense LICENSE
}