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 Cask #14

Open
lancehudson opened this issue Aug 19, 2022 · 1 comment
Open

Homebrew Cask #14

lancehudson opened this issue Aug 19, 2022 · 1 comment
Assignees

Comments

@lancehudson
Copy link

lancehudson commented Aug 19, 2022

I tried creating a homebrew cask for this, but it fails a few of their audit checks that must be corrected.

audit for yaki: failed
 - Version '1.1.2' differs from '' retrieved by livecheck.
 - GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)
 - /private/tmp/d20220819-12508-15els4q/yaki.app: code object is not signed at all
  • The live check can be fixed by either publishing a manifest or using GitHub releases.
  • GitHub repository not notable enough, putting the binaries in the repo associated with the code (and its stars, ...) would go along way toward this.
  • Sign yaki.app

This is my current cask definition

cask "yaki" do
  version "1.1.2"
  sha256 "9d7e41cd656fede844831b1435f35e31a5bec32fd4e805b540d3532e5a5c1957"

  url "https://github.com/nirops/nirops-bin/raw/main/yaki_#{version}_x64.dmg",
      verified: "github.com/nirops/nirops-bin/"
  name "Yaki"
  desc "Open Source, Cross platform, Native Kubernetes IDE"
  homepage "https://yaki.nirops.com/"

  app "yaki.app"

  zap trash: [
    "~/Library/WebKit/com.nirops.yaki",
    "~/Library/Caches/com.nirops.yaki",
    "~/.nirops",
  ]
end
@lancehudson lancehudson changed the title Home-brew Cask Homebrew Cask Aug 19, 2022
@vivekagate
Copy link
Owner

I see. Let me fix it. @lancehudson

@vivekagate vivekagate self-assigned this Aug 19, 2022
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

No branches or pull requests

2 participants