This repository contains the Homebrew formula for installing NoirCon, a tool to monitor web pages for changes.
First, add this tap to your Homebrew:
brew tap binarynoir/noirconOnce the tap is added, you can install NoirCon with:
brew install noirconThe formula for NoirCon is located in the root directory of this repository. It installs the necessary dependencies and sets up the NoirCon 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-noircon.git cd homebrew-noircon -
Edit the Formula:
- The formula file is located at
./noircon.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 ./noircon.rb brew test noircon brew audit --strict noircon
-
-
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.