diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-03 17:30:23 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-03 17:30:23 +0100 |
commit | 848d5fe1de3b498c983d568e4fd90a1933f6a2f0 (patch) | |
tree | b508c1fdb6519f5bb3660680e99b41f53a6c1233 | |
parent | 2416d5af54d26807d77833eb851dd0218b437760 (diff) | |
download | repository-848d5fe1de3b498c983d568e4fd90a1933f6a2f0.tar.gz |
yt-dlp: add new package at 2023.01.06
-rwxr-xr-x | community/yt-dlp/build | 9 | ||||
-rw-r--r-- | community/yt-dlp/checksums | 3 | ||||
-rw-r--r-- | community/yt-dlp/files/youtube-dl | 2 | ||||
-rw-r--r-- | community/yt-dlp/meta | 3 | ||||
-rw-r--r-- | community/yt-dlp/sources | 2 | ||||
-rw-r--r-- | community/yt-dlp/version | 1 |
6 files changed, 20 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 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 <cem@carbslinux.org> 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 |