brew tap audioblox/audiobloxbrew install --build-from-source abctl
cdto the folder you want as the root of your audioblox projectsabctl initto initialize the workspace
- Merge
mainas normal git tag v1.0.0 && git push v1.0.0- Wait for github actions to package the release
- Go to the release, right click on
abctl.tar.gzand copy link brew create [link to abctl.tar.gz copied from step 4]- If it errors on an existing file, remove the original file and run the command again
- Open the created file (if not opened automatically)
- Copy the url, and sha
- Go to
audioblox/homebrew-audioblox/abctl.rb, and past the url and sha - Copy the entire
audioblox/homebrew-audioblox/abctl.rbfile and paste it in the file brew created, removing all original content - Push the changes to main:
cd ../homebrew-audioblox && git commit -am "Update" && git push && cd ../abctl- [OPTIONAL] Ensure you have an env set to the userfile location.
export ABCTL_ROOT_DIR=~/.abctl brew uninstall --force abctlrm -rf /usr/local/Homebrew/Library/Taps/audiobloxbrew tap audioblox/audiobloxbrew install --build-from-source abctl