From 698f982d1cc5b26f8fe75b57603292a9e274a895 Mon Sep 17 00:00:00 2001 From: Stjepan Vitez Date: Mon, 27 Sep 2021 16:51:40 +0200 Subject: [PATCH] New package: ytfzf-1.2.0 --- srcpkgs/ytfzf/INSTALL.msg | 5 +++++ srcpkgs/ytfzf/template | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/ytfzf/INSTALL.msg create mode 100644 srcpkgs/ytfzf/template diff --git a/srcpkgs/ytfzf/INSTALL.msg b/srcpkgs/ytfzf/INSTALL.msg new file mode 100644 index 000000000000..eda07e61d187 --- /dev/null +++ b/srcpkgs/ytfzf/INSTALL.msg @@ -0,0 +1,5 @@ +ytfzf has the following optional dependencies: + dmenu or rofi: menu for video selections + notify-send: for desktop notifications + ueberzug, chafa, catimg, jp2a: for thumbnails + diff --git a/srcpkgs/ytfzf/template b/srcpkgs/ytfzf/template new file mode 100644 index 000000000000..25ac101bb9f9 --- /dev/null +++ b/srcpkgs/ytfzf/template @@ -0,0 +1,15 @@ +# Template file for 'pfetch' +pkgname=ytfzf +version=1.2.0 +revision=1 +depends="youtube-dl mpv jq fzf" +short_desc="POSIX script to find Youtube videos (no API) and open/download them" +maintainer="Stjepan Vitez " +license="GPL-3.0-only" +homepage="https://github.com/pystardust/ytfzf" +distfiles="https://github.com/pystardust/ytfzf/archive/refs/tags/v$version.tar.gz" +checksum=244205d59f4fbab30c87740b7181c387a1892e23d8e20a034adcfaa686130fa7 + +do_install() { + vbin ytfzf + }