Skip to content

Commit

Permalink
feat: add gitlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 8, 2024
1 parent 0272010 commit fa53033
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/g/gitlight.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "gitlight" do
arch arm: "aarch64", intel: "x64"

version "0.17.5"
sha256 arm: "11cf26a907520b734b009b91578240b750c7210f8e498fc742c4eca0b87c5995",
intel: "fd066caa44b37fd81619ca1e3ed9fb3465b00cfd3bddbb938d88d72162805890"

url "https://github.com/colinlienard/gitlight/releases/download/gitlight-v#{version}/GitLight_#{version}_#{arch}.dmg",
verified: "github.com/colinlienard/gitlight/"
name "gitlight"
desc "GitHub & GitLab notifications on your desktop"
homepage "https://gitlight.app/"

depends_on macos: ">= :high_sierra"

app "GitLight.app"

zap trash: "~/Library/Application Support/app.gitlight"
end

0 comments on commit fa53033

Please sign in to comment.