You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
16 lines
415 B
Ruby
16 lines
415 B
Ruby
cask "tmpdisk" do
|
|
version "2.0.7"
|
|
sha256 "91f8389fa88192e9edda8880643d4b9994ab7bc6b1ad99981a52ea7535325eea"
|
|
|
|
url "https://github.com/imothee/tmpdisk/releases/download/v#{version}/TmpDisk.dmg"
|
|
name "TmpDisk"
|
|
desc "Ram disk management"
|
|
homepage "https://github.com/imothee/tmpdisk"
|
|
|
|
depends_on macos: ">= :mojave"
|
|
|
|
app "TmpDisk.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.imothee.TmpDisk.plist"
|
|
end
|