https://github.com/borud/homebrew
Homebrew formulae
https://github.com/borud/homebrew
Last synced: 30 days ago
JSON representation
Homebrew formulae
- Host: GitHub
- URL: https://github.com/borud/homebrew
- Owner: borud
- Created: 2013-03-11T01:27:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-11T03:00:37.000Z (over 13 years ago)
- Last Synced: 2025-11-16T21:06:02.118Z (7 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}