From 69fb895b0b1402c2a563f715d01fdde57469daa3 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 --- srcpkgs/ffcast/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/ffcast/template diff --git a/srcpkgs/ffcast/template b/srcpkgs/ffcast/template new file mode 100644 index 00000000000..1ca463151fd --- /dev/null +++ b/srcpkgs/ffcast/template @@ -0,0 +1,23 @@ +# Template file for 'ffcast' +pkgname=ffcast +version=2.5.0 +revision=1 +makedepends="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 + +do_build() { + bootstrap + configure --prefix /usr --libexecdir /usr/lib + make +} + +do_install() { + make install + vinstall README.asciidoc 644 usr/share/doc/$pkgname +}