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

wuzz 0.4.0 #18047

Closed
wants to merge 1 commit into from
Closed

wuzz 0.4.0 #18047

wants to merge 1 commit into from

Conversation

ZloeSabo
Copy link

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

class Wuzz < Formula
desc "Interactive cli tool for HTTP inspection"
homepage "https://github.com/asciimoo/wuzz"
url "https://github.com/asciimoo/wuzz/releases/download/v0.4.0/wuzz_darwin_amd64"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe v#{version} instead of v0.4.0

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice, but looks like it's not possible: the coding standard requires that an url should be defined before version. And code, of course, substitutes variable with an empty value if I set version after url.

@dmuth
Copy link

dmuth commented Sep 13, 2017

Subscribing

@fxcoudert
Copy link
Member

Thanks @ZloeSabo for suggesting to include wuzz in Homebrew.

We cannot accept this as is, Homebrew only accepts formulas that are built from source (https://github.com/Homebrew/brew/blob/master/docs/Acceptable-Formulae.md). Please open a new PR with a formula that builds the software from source. We will also need a test that actually exercises some of the software's function, no merely outputting a version number or usage information.

@fxcoudert fxcoudert closed this Sep 14, 2017
@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants