aboutsummaryrefslogtreecommitdiff
path: root/community/yt-dlp/build
blob: cc8531573244e08765203ad50d71c7c77559824d (plain)
1
2
3
4
5
6
7
8
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