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

energy 1.0.10 (new formula) #197411

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

energy 1.0.10 (new formula) #197411

wants to merge 1 commit into from

Conversation

sxmxta
Copy link

@sxmxta sxmxta commented Nov 12, 2024

Add Energy CLI development environment tool

Energy CLI is a development environment for energy frameworks It can be installed, compiled, and packaged from the development environment

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

Add Energy CLI development environment tool


Energy CLI is a development environment for energy frameworks
It can be installed, compiled, and packaged from the development environment
@github-actions github-actions bot added go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core labels Nov 12, 2024
@SMillerDev
Copy link
Member

Please stop closing and recreating the pull request. It makes it impossible to track the progress and as such makes me reluctant to review or accept the software.

@sxmxta
Copy link
Author

sxmxta commented Nov 12, 2024

got it

@sxmxta
Copy link
Author

sxmxta commented Nov 12, 2024

I am not very familiar with the operations on Git (GitHub), so I keep creating PRs repeatedly. I apologize for the inconvenience.

class Energy < Formula
desc "CLI is used to initialize the Energy development environment tools"
homepage "https://energye.github.io"
url "https://github.com/energye/energy/archive/refs/tags/v2.4.5.tar.gz"
Copy link
Member

Choose a reason for hiding this comment

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

The version of tarball is 2.4.5 and version of cli which can be obtained from the static file of homepage is 1.0.10. I think then the version of formula will be 2.4.5 that is not match with cli binary.

@chenrui333 chenrui333 marked this pull request as draft November 13, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants