An open API service indexing awesome lists of open source software.

https://github.com/borud/homebrew

Homebrew formulae
https://github.com/borud/homebrew

Last synced: 30 days ago
JSON representation

Homebrew formulae

Awesome Lists containing this project

README

          

# homebrew formulae

My Homebrew formulae.

## copkg.rb

Experimental minimalist packaging system. Install this by saying:

brew install https://raw.github.com/borud/homebrew/master/copkg.rb

then open your favorite editor and modify the config file
`~/.copkg/config.json` to suit your needs:

{
"username" : "username",
"password" : "password",
"packageBaseUrl" : "http://your.repository.here",
"packageDir" : "/my/package/dir"
}