quill icon indicating copy to clipboard operation
quill copied to clipboard

Homebrew Formula

Open markphelps opened this issue 10 months ago • 1 comments

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 avatar Aug 22 '23 13:08 markphelps