Automating packaging and software distribution on macOS
AutoPkg is a system that automatically prepares software for distribution to managed clients. Recipes allow you to specify a series of simple actions which combined together can perform complex tasks, similar to Automator workflows or Unix pipes.
Package manager based on libdnf and libsolv. Replaces YUM
DNF (Dandified YUM) is the next-generation package manager for RPM-based distributions, replacing the traditional YUM tool. It utilizes modern libraries like libsolv and librepo to provide efficient dependency resolution and package management. DNF offers a more robust and user-friendly experience, with enhanced performance and a cleaner codebase.
termux-apt-repo is a script designed to create APT repositories for Termux, allowing users to publish and distribute their own packages. It supports cross-compiled packages created using the Termux build setup or on-device packages created with termux-create-package. This tool facilitates the sharing and installation of custom packages within the Termux environment.