Files
packages/anda/tools/yt-dlp/anda.hcl
T
Raboneko 59462ee06d fix(yt-dlp): follow upstream versioning + rename package to -git (#3042) (#3068)
* fix(yt-dlp): follow upstream versioning + rename package to -git

* update anda.hcl with new spec filename

* correct spec syntax error

* use a git repo that's not empty ffs

use anda macros and generate proper version output in yt-dlp --version

(cherry picked from commit 740e79f8b4)

Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
2025-01-19 15:34:36 +08:00

9 lines
77 B
HCL

project pkg {
rpm {
spec = "yt-dlp-git.spec"
}
labels {
mock = 1
}
}