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
378 B
Ruby
14 lines
378 B
Ruby
cask "timelane" do
|
|
version "2.0"
|
|
sha256 "3334fbb6945d1f0cb8f535c399297356037f4fdd5c570fd7a7325f5b4bd8b57a"
|
|
|
|
url "https://github.com/icanzilb/Timelane/releases/download/#{version}/Timelane.app-#{version}.zip",
|
|
verified: "github.com/icanzilb/Timelane/"
|
|
name "Timelane"
|
|
homepage "https://timelane.tools/"
|
|
|
|
depends_on macos: ">= :mojave"
|
|
|
|
app "Timelane.app"
|
|
end
|