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.
13 lines
395 B
Ruby
13 lines
395 B
Ruby
cask "timestamp" do
|
|
version "1.0.1"
|
|
sha256 "b8062b283ed80f62267e50a4486a8610b7d59cd60d6697ad018c9aae97d478bb"
|
|
|
|
url "https://github.com/mzdr/timestamp/releases/download/#{version}/Timestamp-#{version}-mac.zip",
|
|
verified: "github.com/mzdr/timestamp/"
|
|
name "Timestamp"
|
|
desc "Improved clock for the menu bar"
|
|
homepage "https://mzdr.github.io/timestamp/"
|
|
|
|
app "Timestamp.app"
|
|
end
|