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.
18 lines
488 B
Ruby
18 lines
488 B
Ruby
cask "tempbox" do
|
|
version "1.1"
|
|
sha256 "edcd68709cd69363de8535fc3f14ed9819004aba3edea9def10b540e44383e8b"
|
|
|
|
url "https://github.com/devwaseem/TempBox/releases/download/v#{version}/TempBox.dmg",
|
|
verified: "github.com/devwaseem/TempBox/"
|
|
name "Tempbox"
|
|
desc "Disposable email client"
|
|
homepage "https://tempbox.waseem.works/"
|
|
|
|
app "TempBox.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.waseem.TempBox",
|
|
"~/Library/Containers/com.waseem.TempBox",
|
|
]
|
|
end
|