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

brew: improve formula to remove deprecated syntax #76

Merged
merged 4 commits into from
Jun 22, 2023

Commits on Apr 7, 2023

  1. brew: improve formula to remove deprecated syntax

    Updates the formula to no longer rely on deprecated plist functionality.
    Fixes the issue with the service failing due to hardcoded PATH variable
    for the service. Generates the service manifest dynamically instead of
    embedding it into the formula.
    
    Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
    Volatus committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e713f31 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. brew: refine formula further

    - Restored --HEAD functionality
    - Restored behavior to make sure script runs for each profile
    - Restored run-at-load behavior
    - Swapped out egrep for regular grep for better portability
    - Changed log path to include the plist name like before
    
    Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
    Volatus committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1963cf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. docs: modernize Homebrew/macOS instructions

    Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
    Volatus committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    14afe4e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix: revert log path changes

    Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
    Volatus committed May 5, 2023
    Configuration menu
    Copy the full SHA
    5ab9cc6 View commit details
    Browse the repository at this point in the history