Ship Homebrew formula in-repo for direct install - #9
Draft
0xtlt wants to merge 1 commit into
Draft
Conversation
The tap still has no md2pdf formula (publish push never landed), so brew install 0xtlt/tap/md2pdf fails. Add packaging/homebrew/md2pdf.rb and document brew install --formula from the raw URL as a working path. Co-authored-by: Thomas <0xtlt@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
brew install 0xtlt/tap/md2pdffails because0xtlt/homebrew-tapstill has noFormula/md2pdf.rb— the v3.2.1 tap push never landed, and this agent cannot write to that repo.Fix
packaging/homebrew/md2pdf.rb(v3.2.1 checksums) so Homebrew can install from this repo.Install now (works before/after merge)
brew uninstall md2pdf # if the Go core package is installed brew install --formula https://raw.githubusercontent.com/0xtlt/md2pdf/t/publish-homebrew-formula-c92b/packaging/homebrew/md2pdf.rb md2pdf --versionAfter merge, switch the URL to
main:Publish the tap (owner one-liner)
This agent cannot push to
0xtlt/homebrew-tapor dispatch workflows. After merge, run:That requires
HOMEBREW_TAP_TOKENwith Contents write on the tap. Once it succeeds: