mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Remove all non-essential dependencies from both package formats. The .deb now only depends on python3, pip, and venv. The brew formula only depends on python@3.13. All other runtime deps (node, chrome, yt-dlp, wget, ripgrep, etc.) are installed on-demand by `archivebox install` at runtime. Removed from brew formula: - 6 depends_on entries (node, git, wget, curl, ripgrep, yt-dlp) - on_linux block (pkg-config, openssl, libffi) - post_install hook (was running archivebox install) - service block (users run archivebox server directly) Removed from .deb: - 6 depends entries (nodejs, npm, git, wget, curl, ripgrep) - recommends section (yt-dlp, ffmpeg, chromium) Net: -126 lines across packaging files. https://claude.ai/code/session_01Vx1EsNrNySgsc8Y67dGzCn |
||
|---|---|---|
| .. | ||
| build_brew.sh | ||
| build_deb.sh | ||
| build_docker.sh | ||
| build_docs.sh | ||
| build_git.sh | ||
| build_pip.sh | ||
| build.sh | ||
| docker_entrypoint.sh | ||
| docker_layers.sh | ||
| export_browser_history.sh | ||
| kill_chrome.sh | ||
| lint.sh | ||
| lock_pkgs.sh | ||
| release_brew.sh | ||
| release_deb.sh | ||
| release_docker.sh | ||
| release_docs.sh | ||
| release_git.sh | ||
| release_pip.sh | ||
| release.sh | ||
| setup.sh | ||
| test_plugins.sh | ||
| test.sh | ||