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 #30

Open
osalbahr opened this issue Oct 9, 2024 · 1 comment · May be fixed by #31
Open

Homebrew Formula #30

osalbahr opened this issue Oct 9, 2024 · 1 comment · May be fixed by #31

Comments

@osalbahr
Copy link
Contributor

osalbahr commented Oct 9, 2024

I plan on creating a Homebrew Formula for mirafetch

Please assign this issue to me

@osalbahr
Copy link
Contributor Author

osalbahr commented Oct 9, 2024

This should be a minimum viable formula:

class Mirafetch < Formula
  desc "No description, website, or topics provided"
  homepage "https://github.com/ArgentumCation/mirafetch"
  license "EUPL-1.2"
  head "https://github.com/ArgentumCation/mirafetch"

  depends_on "rust" => :build

  def install
    system "cargo", "install", *std_cargo_args
  end

  test do
    system bin/"mirafetch"
  end
end

@osalbahr osalbahr linked a pull request Oct 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant