From 848d5fe1de3b498c983d568e4fd90a1933f6a2f0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 3 Feb 2023 17:30:23 +0100 Subject: yt-dlp: add new package at 2023.01.06 --- community/yt-dlp/build | 9 +++++++++ community/yt-dlp/checksums | 3 +++ community/yt-dlp/files/youtube-dl | 2 ++ community/yt-dlp/meta | 3 +++ community/yt-dlp/sources | 2 ++ community/yt-dlp/version | 1 + 6 files changed, 20 insertions(+) create mode 100755 community/yt-dlp/build create mode 100644 community/yt-dlp/checksums create mode 100644 community/yt-dlp/files/youtube-dl create mode 100644 community/yt-dlp/meta create mode 100644 community/yt-dlp/sources create mode 100644 community/yt-dlp/version (limited to 'community') 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 diff --git a/community/yt-dlp/checksums b/community/yt-dlp/checksums new file mode 100644 index 00000000..abe7d23e --- /dev/null +++ b/community/yt-dlp/checksums @@ -0,0 +1,3 @@ +%BLAKE3 +b7d5a2d1870bd3312ccd3d1a35ca1968efbdc6251a83df7f7609b1916a75acac 2023.01.06.tar.gz +384ce4e1a391082e37ae8c2e603b4ee23b9b4ac06eee12d080c191ee96eb71ec youtube-dl diff --git a/community/yt-dlp/files/youtube-dl b/community/yt-dlp/files/youtube-dl new file mode 100644 index 00000000..a525b6b2 --- /dev/null +++ b/community/yt-dlp/files/youtube-dl @@ -0,0 +1,2 @@ +#!/bin/sh -e +exec yt-dlp --compat-options youtube-dl "$@" diff --git a/community/yt-dlp/meta b/community/yt-dlp/meta new file mode 100644 index 00000000..17589af9 --- /dev/null +++ b/community/yt-dlp/meta @@ -0,0 +1,3 @@ +description: A youtube-dl fork with additional features and fixes +license: Unlicense +maintainer: Cem Keylan diff --git a/community/yt-dlp/sources b/community/yt-dlp/sources new file mode 100644 index 00000000..b723088c --- /dev/null +++ b/community/yt-dlp/sources @@ -0,0 +1,2 @@ +https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2023.01.06.tar.gz +files/youtube-dl diff --git a/community/yt-dlp/version b/community/yt-dlp/version new file mode 100644 index 00000000..4d803eaf --- /dev/null +++ b/community/yt-dlp/version @@ -0,0 +1 @@ +2023.01.06 1 -- cgit v1.2.3