homebrew-core

https://github.com/homebrew/homebrew-core

Ruby

🍻 Default formulae for the missing package manager for macOS

GdkPixbuf#module_dir

The directory that loaders.cache gets linked into, also has the "loaders"
directory that is scanned by gdk-pixbuf-query-loaders in the first place

Source | Google | Stack overflow

Edit

git clone [email protected]:homebrew/homebrew-core.git

cd homebrew-core

open Formula/g/gdk-pixbuf.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-GdkPixbuf-module_dir-for-pr


# Commit to git

git add Formula/g/gdk-pixbuf.rbgit commit -m "better docs for GdkPixbuf#module_dir"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-GdkPixbuf-module_dir-for-pr

hub pull-request


# Celebrate!