mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
feat(classifypkg): add arch_map/os_map conf keys; use them for ffmpeg
Adds two new releases.conf keys: arch_map = x64:x86_64 ia32:x86 (upstream:canonical pairs) os_map = win32:windows The generic GitHub classifier now applies these after classify.Filename so packages with non-standard naming don't need a custom classifier. Also adds a .gz (single-file gunzip) branch to package-install.tpl.sh so bare-binary-plus-.gz release patterns are fully handled. Removes the ffmpegdist custom classifier — ffmpeg/releases.conf now uses source = github with arch_map + os_map + version_prefix = b.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
source = ffmpegdist
|
||||
source = github
|
||||
github_releases = eugeneware/ffmpeg-static
|
||||
asset_filter = ffmpeg
|
||||
version_prefix = b
|
||||
arch_map = x64:x86_64 ia32:x86 arm64:aarch64 arm:armv7
|
||||
os_map = win32:windows
|
||||
|
||||
Reference in New Issue
Block a user