This repository contains the Homebrew formula for installing NoirNet, a tool to monitor if the device has internet and DNS access.
First, add this tap to your Homebrew:
brew tap binarynoir/noirnet
Once the tap is added, you can install NoirNet with:
brew install noirnet
The formula for NoirNet is located in the root
directory of this repository. It installs the necessary dependencies and sets up the NoirNet 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-noirnet.git cd homebrew-noirnet
-
Edit the Formula:
- The formula file is located at
./noirnet.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 ./noirnet.rb brew test noirnet brew audit --strict noirnet
-
-
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.