We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I plan on creating a Homebrew Formula for mirafetch
mirafetch
Please assign this issue to me
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I plan on creating a Homebrew Formula for
mirafetch
Please assign this issue to me
The text was updated successfully, but these errors were encountered: