Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdlm/homebrew-custom
Micellaneous Homebrew recipes
https://github.com/cdlm/homebrew-custom
Last synced: 4 days ago
JSON representation
Micellaneous Homebrew recipes
- Host: GitHub
- URL: https://github.com/cdlm/homebrew-custom
- Owner: cdlm
- Created: 2012-04-21T21:23:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T14:32:51.000Z (about 8 years ago)
- Last Synced: 2024-12-21T06:40:35.202Z (21 days ago)
- Language: Ruby
- Homepage: http://mxcl.github.com/homebrew/
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Miscellaneous Homebrew recipes
==============================These homebrew recipes provide some additional software I'm interested in and need to hack on without relying on the merge process at the main repo.
How do I install these formulae?
--------------------------------
Just `brew tap cdlm/custom` and then `brew install `.If the formula conflicts with one from mxcl/master or another tap, you can `brew install cdlm/custom/`.
You can also install via URL:
```
brew install https://raw.github.com/cdlm/homebrew-custom/master/.rb
```What's in here?
---------------### MSP430 tools ⚠️ OBSOLETE ⚠️
Development tools for the [Texas Instruments MSP430][msp430] platform, and especially for the [eZ430-Chronos watch][chronos] (apparently it's also used in sensor networks). I copied these formulas from [reid's fork][reid] and adapted them a bit, since they were 2 years old.
**Status:**
- `mspdebug` builds, not tried further.
- `llvm-msp430` fails to build, with no clear cue why.
- I'll try `mspgcc` otherwise.[msp430]: http://www.ti.com/lsds/ti/microcontroller/16-bit_msp430/overview.page
[chronos]: http://processors.wiki.ti.com/index.php/EZ430-Chronos
[reid]: https://github.com/reid/homebrew/