Welcome to ezsetup 🎉
ezsetup is a single-file el-cheapo installer which offers basic features like downloading, checksum verification,
tarball extraction and build/install/uninstall command execution.
ezsetup offers a simple building block which can be used in more complex workflows like ansible deployments etc.
Each package is a simple tarball which contains two scripts:
install.shto build and install the packageuninstall.shto uninstall the package
Packages are referenced by special URI format sha256=<hex digest...>=<tarball url...>, where hex digest... is the
hex-encoded SHA2-256 digest of the tarball. This allows the user to pin a specific tarball, which can be useful if you
are downloading from an untrusted source.