mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
14 lines
444 B
Ruby
14 lines
444 B
Ruby
cask "qsyncthingtray" do
|
|
version "0.5.8"
|
|
sha256 "1a8bf6975d5f9b1952edf1a070e35338d2c0f6ff9939e3dcda742280baa645b1"
|
|
|
|
url "https://github.com/sieren/QSyncthingTray/releases/download/#{version}/QSyncthingTray_#{version}_MAC.dmg"
|
|
name "QSyncthingTray"
|
|
desc "Tray app for Syncthing"
|
|
homepage "https://github.com/sieren/QSyncthingTray"
|
|
|
|
app "QSyncthingTray.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.sieren.QSyncthingTray.plist"
|
|
end
|