mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
For the pkl CLI, please provide an installer package for Homebrew #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ujay68 on GitHub (Feb 3, 2024).
Subject says all.
Homebrew (https://brew.sh/) is a very popular package manager for macOS where you can find almost any tool you might ever want to install.
@stackoverflow commented on GitHub (Feb 3, 2024):
We already started the process of releasing Pkl to homebrew. Should come soon.
@bioball commented on GitHub (Feb 3, 2024):
Submitted here: https://github.com/Homebrew/homebrew-core/pull/161655
Looks like we need to re-submit as a cask.
@ujay68 commented on GitHub (Feb 3, 2024):
Great. Thank you!
@austinarbor commented on GitHub (Feb 5, 2024):
I don't think cask is the right approach, something like the below should work
However, the problem I am having is with homebrew's shimmed
cc. It is expecting the environment variableHOMEBREW_RUBY_PATHto be present, and something is wiping out that value in the task process before theccinvocation. I tried to see where it was getting removed from the environment but was unable to figure it out@mattpackwood commented on GitHub (Feb 20, 2024):
It looks like the submission has been stalled on the Homebrew side, is that the status?
@pavelzw commented on GitHub (Feb 20, 2024):
there is a new submission https://github.com/Homebrew/homebrew-core/pull/162857
@mattpackwood commented on GitHub (Feb 24, 2024):
@pavelzw It looks like you (we) are just waiting for someone to approve the merge?
@bioball commented on GitHub (Feb 26, 2024):
Yeah, right now we are waiting for a homebrew maintainer to approve and merge the PR.
@bioball commented on GitHub (Feb 29, 2024):
This is now available on homebrew!
brew install pklwill install the CLI.We are adding instructions to our website in https://github.com/apple/pkl/pull/270.