-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Phil Dibowitz <[email protected]>
- Loading branch information
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Homebrew Packaging Notes | ||
|
||
## Prep PR | ||
|
||
* Edit | ||
`/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/s/sugarjar.rb` | ||
modifying the version and the sha. See [previous | ||
example](https://github.com/Homebrew/homebrew-core/pull/162477) | ||
* Commit, make the title "sugarjar $VERSION" | ||
|
||
## Test | ||
|
||
Do a install from source: | ||
|
||
```shell | ||
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source sugarjar | ||
``` | ||
|
||
Then test: | ||
|
||
```shell | ||
brew test sugarjar | ||
brew audit --strict sugarjar | ||
``` | ||
|
||
## Make PR | ||
|
||
The real upstream has to be called `origin` in Homebrew, so push to our | ||
forked remote: | ||
|
||
```shell | ||
git push jaymzh <branchname> | ||
``` | ||
|
||
And make the PR from the webUI. |
File renamed without changes.