vp-build/srcpkgs/ffscreencast/template

18 lines
559 B
Bash

# Template file for 'ffscreencast'
pkgname=ffscreencast
version=0.6.4
revision=2
depends="alsa-utils bash ffmpeg v4l-utils xdpyinfo"
short_desc="Desktop-recording with video overlay and multi monitor support"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/cytopia/ffscreencast"
distfiles="https://github.com/cytopia/ffscreencast/archive/v${version}.tar.gz"
checksum=19f80da62838ea8c0ebab0d4a997b09f94bc45106eb0de137eaac5614452695b
do_install() {
vdoc config/ffscreencastrc
vbin bin/ffscreencast
vlicense LICENSE
}