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
381 B
Ruby
14 lines
381 B
Ruby
cask "tmpdisk" do
|
|
version "2.0.6"
|
|
sha256 "11f279ac2d142be90f4042a92f4f7da4b437bed80ac6963ecf68fc83524dd0b5"
|
|
|
|
url "https://github.com/imothee/tmpdisk/releases/download/v#{version}/TmpDisk.dmg"
|
|
name "TmpDisk"
|
|
desc "Ram disk management"
|
|
homepage "https://github.com/imothee/tmpdisk"
|
|
|
|
app "TmpDisk.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.imothee.TmpDisk.plist"
|
|
end
|