Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Homebrew Formula for Melodica #2

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

zombocoder
Copy link
Owner

Summary

This PR introduces a Homebrew formula to make it easier to install and manage the melodica console-based audio player on macOS systems via Homebrew.

Changes

  • Added a melodica.rb formula file to the homebrew-melodica tap repository.
  • The formula specifies installation instructions for melodica, including:
    • Download URL for the latest release tarball.
    • SHA256 checksum to verify the integrity of the downloaded file.
    • Go build instructions to compile the melodica binary.
    • Dependencies that ensure Go is installed for building.
    • A test block to validate successful installation.

How to Use

  1. Tap the new Homebrew repository:

    brew tap zombocoder/melodica
  2. Install melodica:

    brew install melodica

Additional Information

This formula will allow users to easily install, manage, and update melodica through Homebrew, enhancing accessibility for macOS users. Future updates to melodica can be distributed through this formula by updating the URL, SHA256 checksum, and version number in the formula file.

Testing

This PR includes a basic test to verify that the melodica binary installs correctly and outputs the expected usage information.

@zombocoder zombocoder merged commit dae3126 into main Nov 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant