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

Support for Linuxbrew #2821

Open
marknefedov opened this issue Oct 20, 2022 · 1 comment
Open

Support for Linuxbrew #2821

marknefedov opened this issue Oct 20, 2022 · 1 comment
Labels
feature New feature or enhancement request help wanted

Comments

@marknefedov
Copy link

Please describe your use case / problem.
It would be nice, if brew package supported Linuxbrew.

Describe the solution you'd like
Add a binary download for Linux systems to Formula or make formula cross-platform

Describe alternatives you've considered
There is asdf plugin, but it lacks automatic update capabilities.

Additional context
Possible example for cross-platform formula.

class Telepresence < Formula
  desc "Fast, efficient local development for Kubernetes microservices"
  homepage "https://www.telepresence.io"
  url "https://github.com/telepresenceio/telepresence.git",
      tag:      "v2.8.2",
      revision: "58ddcc58e5d5cb5ee15e159b26b6399400ebbf5c"
  license "Apache-2.0"

  livecheck do
    url :stable
    regex(/^v?(\d+(?:\.\d+)+)$/i)
  end

  depends_on "go" => :build

  def install
    system "make", "build"
    bin.install "build-output/bin/telepresence"
  end

  test do
    system "#{bin}/telepresence", "--help"
  end
end
@cindymullins-dw cindymullins-dw added the feature New feature or enhancement request label Oct 28, 2022
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

@github-actions github-actions bot added the stale Issue is stale and will be closed label Aug 16, 2024
@thallgren thallgren added help wanted and removed stale Issue is stale and will be closed labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement request help wanted
Projects
None yet
Development

No branches or pull requests

3 participants