# 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 " 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 }