about summary refs log tree commit diff stats
path: root/examples/yt-dlp
blob: 78175abc5bb2ac5ca0ce8f904fa69632280515de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# yt-dlp

SOURCE=https://github.com/yt-dlp/yt-dlp

APT_DEPENDENCIES=(
	python3
	zip
	pandoc
	python3-pytest
)

export PIP_REQUIRE_VIRTUALENV=false

# Plan
## Use the make-centric one, instead of PIP.  Because ... I like make :)

install_deps
repo_pull
repo_ready
make_install