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
380 B
Ruby
14 lines
380 B
Ruby
cask "tip" do
|
|
version "2.0.0"
|
|
sha256 "4d986a461d1b24bb5776fb49063b9a1891939f336b306a6bc75f58d0a4e98bcb"
|
|
|
|
url "https://github.com/tanin47/tip/releases/download/v#{version}/Tip.zip"
|
|
name "Tip"
|
|
desc "Programmable tooltip that can be used with any app"
|
|
homepage "https://github.com/tanin47/tip"
|
|
|
|
app "Tip.app"
|
|
|
|
zap trash: "~/Library/Application Scripts/tanin.tip"
|
|
end
|