Skip to content

TimelessOS/Flint

Repository files navigation

Flint

This contains only implementation details and user/packager instructions, for a more indepth view, look at ARCHITECTURE.md

Flint is the universal package manager.

Installation

Via flint

Replace REPO_NAME and REPO_URL with your desired initial repository. The initial repository MUST contain flint.

curl https://raw.githubusercontent.com/TimelessOS/Flint/refs/heads/main/install_standalone.sh -o /tmp/flint_script.sh
chmod 700 /tmp/flint_script.sh
/tmp/flint_script.sh REPO_NAME REPO_URL
rm /tmp/flint_script.sh

Cargo

cargo install flintpkg --locked

About

Flint is the universal package manager.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published