From f77bc47e2de3d2dc44d9ce626a635dc4a20a2bd8 Mon Sep 17 00:00:00 2001 From: chtc Date: Sat, 26 Mar 2022 17:38:54 +0100 Subject: [PATCH] New package: giph-1.1.1 --- srcpkgs/giph/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/giph/template diff --git a/srcpkgs/giph/template b/srcpkgs/giph/template new file mode 100644 index 000000000000..f04aa756b726 --- /dev/null +++ b/srcpkgs/giph/template @@ -0,0 +1,18 @@ +# Template file for 'giph' +pkgname=giph +version=1.1.1 +revision=1 +build_style=gnu-makefile +depends="ffmpeg xdotool slop libnotify procps-ng" +short_desc="Simple video (gif, webm, mp4) recorder" +maintainer="chtc " +license="MIT" +homepage="https://github.com/phisch/giph" +distfiles="${homepage}/archive/refs/tags/${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=09fc964cc3cfcd942d5d2983667b65bf126fbfbba53cdcfb80fe3d87d1240667 + +do_install() { + make PREFIX=/usr DESTDIR=$DESTDIR install + vinstall README.md 644 usr/share/doc/$pkgname + vlicense LICENSE +}