https://github.com/binarynoir/homebrew-noirnet
This repository contains the Homebrew formula for installing NoirNet, a tool to monitor if the device has internet and DNS access.
https://github.com/binarynoir/homebrew-noirnet
Last synced: 10 months ago
JSON representation
This repository contains the Homebrew formula for installing NoirNet, a tool to monitor if the device has internet and DNS access.
- Host: GitHub
- URL: https://github.com/binarynoir/homebrew-noirnet
- Owner: binarynoir
- License: mit
- Created: 2024-11-13T21:45:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T22:05:18.000Z (about 1 year ago)
- Last Synced: 2025-02-14T12:16:07.119Z (12 months ago)
- Language: Ruby
- Homepage: https://binarynoir.tech
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for NoirNet
This repository contains the Homebrew formula for installing NoirNet, a tool to monitor if the device has internet and DNS access.
[](https://buymeacoffee.com/binarynoir)
[](https://ko-fi.com/binarynoir)
## How to Use
### Adding the Tap
First, add this tap to your Homebrew:
```sh
brew tap binarynoir/noirnet
```
### Installing NoirNet
Once the tap is added, you can install NoirNet with:
```sh
brew install noirnet
```
## Formula
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.
## Development
To contribute to the development of this formula, follow these steps:
1. **Clone the Repository**:
```sh
git clone https://github.com/binarynoir/homebrew-noirnet.git
cd homebrew-noirnet
```
2. **Edit the Formula**:
- The formula file is located at `./noirnet.rb`. Make your changes and test them locally.
3. **Test Your Changes**:
- Ensure your changes work as expected by running:
```sh
brew install --build-from-source ./noirnet.rb
brew test noirnet
brew audit --strict noirnet
```
4. **Submit a Pull Request**:
- Once your changes are tested and ready, submit a pull request for review.
## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Contact
For any questions or issues, please open an issue in this repository.