New package: ffscreencast-0.6.4

Closes: #11389 [via git-merge-pr]
This commit is contained in:
cr6git 2018-02-04 21:14:07 +01:00 committed by Jürgen Buchmüller
parent 5e2a149046
commit 380c14509c

View file

@ -0,0 +1,18 @@
# Template file for 'ffscreencast'
pkgname=ffscreencast
version=0.6.4
revision=1
noarch=yes
depends="alsa-utils bash ffmpeg v4l-utils xdpyinfo"
maintainer="cr6git <quark6@protonmail.com>"
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
}