Homebrew tap for the ƒink compiler toolchain.
brew tap fink-lang/tap
brew install finkOr in one step:
brew install fink-lang/tap/fink- fink — the ƒink compiler (
fink) bundled with cross-targetfinkrtruntimes foraarch64-apple-darwin,x86_64-apple-darwin,aarch64-unknown-linux-gnu, andx86_64-unknown-linux-gnu. Supported on macOS (Apple Silicon and Intel) and Linux (aarch64 and x86_64) via Linuxbrew.
Formulae in this tap track releases of fink-lang/fink. See the releases page for changelogs.
Version bumps are automated: when fink-lang/fink publishes a new release,
its release workflow fires a repository_dispatch event at this repo
(authenticated via the fink-release-bot GitHub App) and the
Bump fink formula workflow opens a PR
with the new version and SHA256s. The PR is reviewed and merged manually.
MIT © fink-lang