From 73510f3d697f1e14dfcaa07a40d5d8864f9fb163 Mon Sep 17 00:00:00 2001 From: Bryce Vandegrift Date: Wed, 5 Oct 2022 15:47:05 -0400 Subject: [PATCH 1/2] Added package: ytfzf-2.5.0 --- srcpkgs/ytfzf/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/ytfzf/template diff --git a/srcpkgs/ytfzf/template b/srcpkgs/ytfzf/template new file mode 100644 index 000000000000..9d4cec89634c --- /dev/null +++ b/srcpkgs/ytfzf/template @@ -0,0 +1,13 @@ +# Template file for 'ytfzf' +pkgname=ytfzf +version=2.5.0 +revision=1 +build_style=gnu-makefile +make_install_args="PREFIX=/usr" +depends="jq curl" +short_desc="POSIX shell script to find and watch YouTube videos from the terminal" +maintainer="Bryce Vandegrift " +license="GPL-3.0-or-later" +homepage="https://github.com/pystardust/ytfzf" +distfiles="https://github.com/pystardust/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=5fa5f18db57a41606845b23ef9921799cd13b15fdb3af89849c05a4c39db75ae From eef5384ba8bda1ac206d22b870c9ae940a08b35c Mon Sep 17 00:00:00 2001 From: Bryce Vandegrift Date: Wed, 5 Oct 2022 19:06:32 -0400 Subject: [PATCH 2/2] ytfzf: Added documentation --- srcpkgs/ytfzf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ytfzf/template b/srcpkgs/ytfzf/template index 9d4cec89634c..d758ed8782ff 100644 --- a/srcpkgs/ytfzf/template +++ b/srcpkgs/ytfzf/template @@ -3,7 +3,7 @@ pkgname=ytfzf version=2.5.0 revision=1 build_style=gnu-makefile -make_install_args="PREFIX=/usr" +make_install_args="PREFIX=/usr doc" depends="jq curl" short_desc="POSIX shell script to find and watch YouTube videos from the terminal" maintainer="Bryce Vandegrift "