-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert scripts in developer/bin
to Homebrew commands
#174192
Comments
@Homebrew/cask I am not sure how many of the helpers we need to keep for building casks, as it seems most "ids" and "loaded items" are discovered on CI anyway, which I personally don't have a problem with. |
@Bo98 advised that we can probably use https://github.com/mrkn/pycall.rb for the fonts one. |
Is the proposal to move them to Some of the more generic ones that would be useful for third-party cask taps could be in Homebrew/brew, with modifications. For example, integrating scripts like |
Yeah, this exactly. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
For those who want to use these commands, you should tap cask first. brew tap --force homebrew/cask |
This is a proposal for how deal with the scripts in
developer/bin
.Below is what I think we can keep / remove.
Migrate to a Homebrew Command
list_pkg_ids_by_regexp
command with arguments)list_installed_launchjob_ids
command with arguments)list-in-pkg
with arguments)list-in-pkg
with arguments)list-in-pkg
with arguments)Potentially Remove
Requires Python for Protobuf handling so may be complicated to convert to Ruby
Re-add
font_casker
script fromhomebrew-cask-fonts
The text was updated successfully, but these errors were encountered: