Are installers for a framework valid formulae? #4594
Unanswered
Hari-07
asked this question in
Writing Formulae/Casks
Replies: 1 comment
-
If the installer builds from source, sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm working on a brew formula for flutter (A cask already exists but the team says since they can't ensure security, they're not considering it as an official installation method)
The current setup of flutter assumes that its written to a directory that it can modify, and edit since people can click into the source code and make modifications to their installation of the framework itself, which is a core attribute of flutter
One of the suggestions that came up during this discussion was using the brew formula for flutter, as something that installs something that can then check out the flutter repo in the user's home directory.
Is this considered as an acceptable formulae? Going through the acceptable formulae rules I did not find any specific rule that'd make this not allowed, but it'd essentially be an installer for flutter rather than flutter itself that gets distributed through brew
If flutter itself is installed through brew is it valid for the formula to change permission on the cellar directory to which its installed so that files inside it maybe modified?
Beta Was this translation helpful? Give feedback.
All reactions