summaryrefslogtreecommitdiff
path: root/ytfzf/template
blob: 654a1eb92a46b19af20ae9d54fb99f3783a95374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
}