goretk / redress

Redress - A tool for analyzing stripped Go binaries
GNU Affero General Public License v3.0
894 stars 58 forks source link

add to homebrew package manager (macOS) #32

Open 0xdevalias opened 7 months ago

0xdevalias commented 7 months ago

Suggestion: Addition of redress to Homebrew Package Manager for macOS

Homebrew is a prominent package manager for macOS, streamlining the installation, update, and management of software. Including redress in Homebrew would enhance accessibility and convenience for macOS users.

Benefits:

Requirements:

To integrate redress with Homebrew, a Homebrew formula needs to be developed and submitted. Relevant resources include:

See Also

0xdevalias commented 7 months ago

I'm in the process of creating a homebrew formula for this, but when I use the following license:

license "AGPL-3.0"

As per:

I get the following error:

⇒ brew audit --new-formula redress
redress
  * Formula redress contains deprecated SPDX licenses: ["AGPL-3.0"].
    You may need to add `-only` or `-or-later` for GNU licenses (e.g. `GPL`, `LGPL`, `AGPL`, `GFDL`).
    For a list of valid licenses check: https://spdx.org/licenses/
Error: 1 problem in 1 formula detected.

Looking at the linked site, I'm not sure what is valid to use for this tool based on the above:

My assumption is that it should be:

license "AGPL-3.0-only"

Can you please clarify?

0xdevalias commented 7 months ago

I'm in the process of creating a homebrew formula for this

Homebrew formula created and submitted: