summaryrefslogtreecommitdiff
path: root/ytfzf
diff options
context:
space:
mode:
Diffstat (limited to 'ytfzf')
-rw-r--r--ytfzf/template33
1 files changed, 33 insertions, 0 deletions
diff --git a/ytfzf/template b/ytfzf/template
new file mode 100644
index 0000000..654a1eb
--- /dev/null
+++ b/ytfzf/template
@@ -0,0 +1,33 @@
+# Template file for 'ytfzf'
+pkgname=ytfzf
+version=2.6.2
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends="jq curl mpv fzf yt-dlp ueberzugpp"
+short_desc="A posix script to find and watch youtube videos from the terminal."
+maintainer="gesang <gesang@itinerariummentis.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pystardust/ytfzf"
+#changelog=""
+distfiles="https://github.com/pystardust/ytfzf/archive/refs/tags/v${version}.tar.gz"
+checksum=73280e4ef4f490400a42bf582b713803c523587b0b30269859eaa6f2693ec9b1
+python_version="3.12.2"
+
+do_build(){
+ return
+}
+
+do_install(){
+ make PREFIX=/usr DESTDIR=${DESTDIR} install
+ make PREFIX=/usr DESTDIR=${DESTDIR} doc
+ make PREFIX=/usr DESTDIR=${DESTDIR} addons
+}