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.
19 lines
392 B
Ruby
19 lines
392 B
Ruby
cask "jiggler" do
|
|
version "1.9"
|
|
sha256 :no_check
|
|
|
|
url "http://downloads.sticksoftware.com/Jiggler.dmg"
|
|
name "Jiggler"
|
|
desc "Keep your computer awake"
|
|
homepage "http://www.sticksoftware.com/software/Jiggler.html"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
regex(/<h1>.+(\d+(?:\.\d+))\s/i)
|
|
end
|
|
|
|
app "Jiggler.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.stick.app.jiggler.plist"
|
|
end
|