publish the Formula folder as a separate repo (git subtree FTW)
this would make homebrew happier (since the team doesn't like local Formulas)
alternatively, figure out a way to fake a local tap by symlinking to the support-firecloud directory
EDIT: once that is in place, there's a good candidate to create separate formula for all of moreutils' executables. Homebrew already has a separate sponge formula, and the reasons are detailed in https://github.com/Homebrew/homebrew-core/pull/60330
faking the local tap by symlinking is impossible from a pure management perspective. what if you have more than 1 support-firecloud repo cloned locally? which one wins at symlinking?
publish the Formula folder as a separate repo (git subtree FTW)
this would make homebrew happier (since the team doesn't like local Formulas)
alternatively, figure out a way to fake a local tap by symlinking to the support-firecloud directory
EDIT: once that is in place, there's a good candidate to create separate formula for all of moreutils' executables. Homebrew already has a separate
sponge
formula, and the reasons are detailed inhttps://github.com/Homebrew/homebrew-core/pull/60330