From c572b68debf54ae179883f80aa136c363c910747 Mon Sep 17 00:00:00 2001 From: KawaiiAmber Date: Sun, 13 Dec 2020 15:42:48 -0700 Subject: [PATCH] New package: ffcast-2.5.0 New package: ffcast-2.5.0 --- srcpkgs/ffcast/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/ffcast/template diff --git a/srcpkgs/ffcast/template b/srcpkgs/ffcast/template new file mode 100644 index 00000000000..f362a494c0e --- /dev/null +++ b/srcpkgs/ffcast/template @@ -0,0 +1,19 @@ +# Template file for 'ffcast' +pkgname=ffcast +version=2.5.0 +revision=1 +archs="x86_64 i686 x86_64-musl" +wrksrc=FFcast-${version} +build_style=gnu-configure +hostmakedepends="autoconf automake" +depends="bash ffmpeg ImageMagick xdpyinfo xprop xwininfo" +short_desc="Run command on rectangular screen regions" +maintainer="KawaiiAmber " +license="GPL-3.0-or-later" +homepage="https://github.com/lolilolicon/FFcast" +distfiles="https://github.com/lolilolicon/FFcast/archive/${version}.tar.gz" +checksum=09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30 + +pre_configure() { + ./bootstrap +}