vivekagate / yakiapp

Open Source, Cross platform, Native Kubernetes IDE
https://yaki.nirops.com
MIT License
101 stars 3 forks source link

Homebrew Cask #14

Open lancehudson opened 2 years ago

lancehudson commented 2 years ago

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

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
vivekagate commented 2 years ago

I see. Let me fix it. @lancehudson