GithubHelp home page GithubHelp logo

Homebrew about gscloud HOT 7 OPEN

neur0manc avatar neur0manc commented on July 29, 2024 1
Homebrew

from gscloud.

Comments (7)

fkr avatar fkr commented on July 29, 2024 2

I actually have a ready-to-go formulae here, did that last weekend. Will submit soon.

from gscloud.

ghostwheel42 avatar ghostwheel42 commented on July 29, 2024 1

I've attached a working homebrew formula for gscloud. The only "problem" is this:

$ brew audit --new-formula gscloud
gscloud:
  * GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)
Error: 1 problem in 1 formula detected

I don't know if we should submit the formula anyway.
The generation of a new formula can and should be automated for a new release.

class Gscloud < Formula
  desc "Official command-line interface for the gridscale API"
  homepage "https://gridscale.io/"
  url "https://github.com/gridscale/gscloud/archive/refs/tags/v0.12.0.tar.gz"
  sha256 "20927acda1fff7372bd6de11dcd40b0b6143aa6668d88b79d181cd9ccf5440f4"
  license "MIT"
  head "https://github.com/gridscale/gscloud.git", branch: "master"

  depends_on "go" => :build

  def install
    ldflags = %W[
      -s -w
      -X github.com/gridscale/gscloud/cmd.Version=#{version}
    ]

    system "go", "build", *std_go_args(ldflags: ldflags)

    # currently gscloud needs at least an empty config to run
    touch "config.yaml"
    (zsh_completion/"_gscloud").write `#{bin}/gscloud completion zsh`
    (bash_completion/"gscloud").write `#{bin}/gscloud completion bash`
  end

  test do
    # currently gscloud needs at least an empty config to run
    touch "config.yaml"
    assert_match "Version:\t#{version}", shell_output("#{bin}/gscloud version")
    assert_match "gscloud lets you manage", shell_output("#{bin}/gscloud help")
  end
end

from gscloud.

nvthongswansea avatar nvthongswansea commented on July 29, 2024

+1

from gscloud.

fkr avatar fkr commented on July 29, 2024

I will submit the homebrew formulae upstream as soon as #131 is fixed.

from gscloud.

patric-dosch-vi avatar patric-dosch-vi commented on July 29, 2024

are there any news?

from gscloud.

henrikvolmer avatar henrikvolmer commented on July 29, 2024

+1

from gscloud.

henrikvolmer avatar henrikvolmer commented on July 29, 2024

I would appreciate it if you submit the form anyway :)

from gscloud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.