add : yt-dlp package manifest and installer script

This commit is contained in:
Haletran 2026-03-30 17:29:21 +02:00
parent 5fc5917469
commit bfcfa35239
2 changed files with 17 additions and 0 deletions

View file

@ -15,6 +15,14 @@
"latest": "1.3.11",
"versions": ["1.3.11"],
"modes": ["binary"]
},
{
"name": "yt-dlp",
"description": "A feature-rich command-line audio/video downloader ",
"author": "bapasqui",
"latest": "2026.03.17",
"versions": ["2026.03.17"],
"modes": ["binary"]
}
]
}

View file

@ -0,0 +1,9 @@
describe({
name = "yt-dlp",
version = "2026.03.17",
url = "https://github.com/yt-dlp/yt-dlp/releases/download/2026.03.17/yt-dlp_linux",
sha256 = "sha256:c2b0189f581fe4a2ddd41954f1bcb7d327db04b07ed0dea97e4f1b3e09b5dd8e",
})
Download(url)
Install("/tmp/yt-dlp_linux", "/usr/local/bin/yt-dlp")