This repository contains the Homebrew formula for installing NoirWatch, a tool to monitor web pages for changes.
First, add this tap to your Homebrew:
brew tap binarynoir/noirwatch
Once the tap is added, you can install NoirWatch with:
brew install noirwatch
The formula for NoirWatch is located in the root
directory of this repository. It installs the necessary dependencies and sets up the NoirWatch script and man page.
To contribute to the development of this formula, follow these steps:
-
Clone the Repository:
git clone https://github.com/binarynoir/homebrew-noirwatch.git cd homebrew-noirwatch
-
Edit the Formula:
- The formula file is located at
./noirwatch.rb
. Make your changes and test them locally.
- The formula file is located at
-
Test Your Changes:
-
Ensure your changes work as expected by running:
brew install --build-from-source ./noirwatch.rb brew test noirwatch brew audit --strict noirwatch
-
-
Submit a Pull Request:
- Once your changes are tested and ready, submit a pull request for review.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or issues, please open an issue in this repository.