mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
14 lines
393 B
Ruby
14 lines
393 B
Ruby
cask "cloudytabs" do
|
|
version "2.0"
|
|
sha256 "ce3f7c71b134798bbcf607cfacea215c20f1d527d3e3464edbd6510df26e5dac"
|
|
|
|
url "https://github.com/josh-/CloudyTabs/releases/download/v#{version}/CloudyTabs.zip"
|
|
name "CloudyTabs"
|
|
desc "Menu bar application that lists iCloud Tabs"
|
|
homepage "https://github.com/josh-/CloudyTabs/"
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "CloudyTabs.app"
|
|
end
|