Skip to content

xavdid/homebrew-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-projects

A catch-all repo to hold Homebrew formulae for my projects.

Context

Homebrew maintains a list of popular packages any user can install. But, it takes a certain amount of notoriety to be accepted. Instead, users can create "taps", which are additional formulae sources that can also be installed. Mine lives here.

This means users can install software using

brew install xavdid/projects/some-project-name

Or, they can run brew tap xavdid/projects and then brew install some-project-name at a later date.

Creating a New Formula (or rebuilding formula after dep upgrade)

There's a justfile recipe. I based the instructions off this blog post.

See also: Python for formula authors

Bumping a Formula

  1. just bump <PACKAGE>
  2. paste the output into the formula file
  3. just verify <PACKAGE> to test (installs then uninstalls the local formula)
  4. commit + push!

TODO

About

A catch-all repo to hold homebrew formulae for my projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors