https://github.com/trinitronx/homebrew-sonarworks-reference4
Install Sonarworks Reference 4 via Homebrew
https://github.com/trinitronx/homebrew-sonarworks-reference4
cask homebrew homebrew-cask homebrew-tap sonarworks-reference4 tap
Last synced: about 1 month ago
JSON representation
Install Sonarworks Reference 4 via Homebrew
- Host: GitHub
- URL: https://github.com/trinitronx/homebrew-sonarworks-reference4
- Owner: trinitronx
- License: gpl-3.0
- Created: 2021-02-27T02:35:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T07:23:00.000Z (over 5 years ago)
- Last Synced: 2025-01-10T07:47:20.629Z (over 1 year ago)
- Topics: cask, homebrew, homebrew-cask, homebrew-tap, sonarworks-reference4, tap
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-sonarworks-reference4 [](https://travis-ci.com/trinitronx/homebrew-sonarworks-reference4) 
Install Sonarworks Reference 4 via Homebrew
> [!WARNING]
> This Tap has been deprecated, because Sonarworks Reference 4 was discontinued.
>
> Sonarworks Reference 4 was superceded by Sonarworks [SoundID Reference][1].
> Users are encouraged to migrate to the [`soundid-reference`][2] Cask in my
> new AV Casks Tap: [`LyraPhase/av-casks`][3]. (_Same maintainer, just under
> my sole-proprietorship GitHub Org_)
This recipe is designed to install the latest Sonarworks Reference 4 via the MacOS installer. Note that Homebrew project will reject Casks or Formulae that have volatile download links (see [homebrew-cask#57634](https://github.com/Homebrew/homebrew-cask/pull/57634)). Currently this Cask does not appear to suffer from that issue, so it may be a good candidate for future incorporation into homebrew/homebrew-cask. For now, I will try to maintain this here in incubation phase because it is useful to me and might be for others. :smile:
## Installation
First, make sure you have installed [`homebrew`](https://brew.sh) and [`homebrew-cask`](http://caskroom.io/) if you haven't yet.
Then, run the following in your command-line:
brew tap trinitronx/homebrew-sonarworks-reference4
## Usage
**Note**: For info run:
brew info --cask sonarworks-reference4
Once the tap is installed, you can install `sonarworks-reference4`!
brew install --cask sonarworks-reference4
To uninstall run:
brew uninstall --cask sonarworks-reference4
## Sponsor
If you find this project useful and appreciate my work,
would you be willing to click one of the buttons below to Sponsor this project and help me continue?
- :heart: Sponsor
-
- 
Every little bit is appreciated! Thank you! 🙏
## Development
If you wish to contribute to this Cask, there is a helper `Makefile` with some useful targets.
To checkout this repo and install in development mode:
git clone https://github.com/trinitronx/homebrew-sonarworks-reference4.git
cd homebrew-sonarworks-reference4
make install
This will install a symbolic link to this git repo under: `$(brew --repo)/Library/Taps/trinitronx/homebrew-sonarworks-reference4`
Then, you may edit and test the Homebrew Cask recipe from the cloned git repo file location.
## Testing
To test:
make test
# Author(s) / Credits
Author:: James Cuzella ([@trinitronx][keybase-id])
# License
Copyright (C) © 🄯 2021 James Cuzella
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
[keybase-id]: https://gist.github.com/trinitronx/aee110cbdf55e67185dc44272784e694
[1]: https://www.sonarworks.com/soundid-reference
[2]: https://github.com/LyraPhase/homebrew-av-casks/blob/main/Casks/soundid-reference.rb
[3]: https://github.com/LyraPhase/homebrew-av-casks