aboutsummaryrefslogtreecommitdiff
path: root/community/yt-dlp/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/yt-dlp/build')
-rwxr-xr-xcommunity/yt-dlp/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/yt-dlp/build b/community/yt-dlp/build
new file mode 100755
index 00000000..cc853157
--- /dev/null
+++ b/community/yt-dlp/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+make yt-dlp
+command -v pandoc >/dev/null && make yt-dlp.1
+
+clbin yt-dlp youtube-dl
+clman yt-dlp.1