vp-build/srcpkgs/ffscreencast/template

19 lines
569 B
Bash

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