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

Homebrew Formula #113

Open
markphelps opened this issue Aug 22, 2023 · 1 comment
Open

Homebrew Formula #113

markphelps opened this issue Aug 22, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@markphelps
Copy link

What would you like to be added:

Would be nice to have an easy way to install quill on a mac via Homebrew

Why is this needed:

Makes install on mac easer, for example on a mac when I try to install per the install instructions I get:

» curl -sSfL https://raw.githubusercontent.com/anchore/quill/main/install.sh | sh -s -- -b /usr/local/bin
[info] using release tag='v0.4.0' version='0.4.0' os='darwin' arch='arm64'
install: /usr/local/bin//quill: Permission denied
[error] failed to install quill

using Zsh

Additional context:
There seems to already be a formula in Homebrew 'main' named quill:

» brew info quill
==> quill: stable 3.3.1 (bottled), HEAD
C++17 Asynchronous Low Latency Logging Library
https://github.com/odygrd/quill
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/q/quill.rb
License: MIT
==> Dependencies
Build: cmake ✔
==> Requirements
Required: macOS >= 10.15 (or Linux) ✔
==> Options
--HEAD

However, I think creating your own tap will 'get around' this so users can do homebrew install anchore-quill/quill or similar

@markphelps markphelps added the enhancement New feature or request label Aug 22, 2023
@tgerla tgerla added the good first issue Good for newcomers label Aug 24, 2023
@tgerla
Copy link

tgerla commented Aug 24, 2023

Hi @markphelps, thanks for the suggestion! It would be great to have quill in homebrew. We'll add this to the backlog for the future, but if you're interested in tackling the feature, let us know and we can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants