Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Casks/g/geeklink.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "geeklink" do
version "0.4.16"
sha256 "b527de514e93ec4921898655c8ffa7522fcdec9c78d3b53cbf4c3ca16f73244d"

url "https://geeklink.dev/dmg/GeekLink-#{version}.dmg"
name "GeekLink"
desc "Local subtitle transcription, translation, and burned-in subtitle OCR"
homepage "https://geeklink.dev/"

livecheck do
url "https://github.com/GeekLinkDev/GeekLink-release/releases/latest"
strategy :github_latest
end

depends_on arch: :arm64
depends_on macos: :ventura

app "GeekLink.app"

zap trash: [
"~/Library/Application Support/GeekLink",
"~/Library/Preferences/com.geeklink.subtitletool.plist",
"~/Library/Saved Application State/com.geeklink.subtitletool.savedState",
]
end
Loading