# sublime-homebrew-build [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT) [![Package Control](https://packagecontrol.herokuapp.com/downloads/Homebrew%20Build%20System.svg?style=flat-square)](https://packagecontrol.io/packages/Homebrew%20Build%20System) [![GitHub](https://img.shields.io/github/release/idleberg/sublime-homebrew-build.svg?style=flat-square)](https://github.com/idleberg/sublime-homebrew-build/releases) Build system for [Homebrew](https://brew.sh/) formulas. This package is best combined with [SublimeLinter](https://packagecontrol.io/packages/SublimeLinter-contrib-brew). Features: - Test (default) - Audit Strict - Audit New Formula - Build from Source ## Installation ### Package Control 1. Make sure you already have [Package Control](https://packagecontrol.io/) installed 2. Choose *“Install Package”* from the Command Palette (Super+Shift+p) 3. Type *“Homebrew Build System”* and press Enter ### Using Git 1. Change to your Sublime Text `Packages` directory 2. Clone repository `git clone https://github.com/idleberg/sublime-homebrew-build.git 'Homebrew Build System'` ### Manual installation 1. Download the latest [stable release](https://github.com/idleberg/sublime-homebrew-build/releases) 2. Unzip the archive to your Sublime Text `Packages` directory ## License This work is licensed under the [The MIT License](LICENSE).