From cf190ae7b5c775efcd725fbb836d93f4246feac0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 10 Feb 2023 22:55:17 -0600 Subject: Add examples/yt-dlp --- examples/yt-dlp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/yt-dlp diff --git a/examples/yt-dlp b/examples/yt-dlp new file mode 100644 index 0000000..78175ab --- /dev/null +++ b/examples/yt-dlp @@ -0,0 +1,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 -- cgit 1.4.1-21-gabe81