homebrew-cask/Casks/nosleep.rb

16 lines
489 B
Ruby
Raw Normal View History

2014-11-14 01:26:30 +08:00
cask :v1 => 'nosleep' do
2014-11-25 08:27:19 +08:00
version '1.4.0'
sha256 '29e7f771970dce41936372687a5160700e2208357ef1ce37d81ac95c9188efe8'
2014-11-25 08:27:19 +08:00
url "https://github.com/integralpro/nosleep/releases/download/v#{version}/NoSleep-#{version}.dmg"
2015-03-15 19:53:57 +08:00
appcast 'https://github.com/integralpro/nosleep/releases.atom'
2015-01-06 10:14:00 +08:00
name 'NoSleep'
homepage 'https://integralpro.github.io/nosleep/'
license :gpl
2014-11-25 08:27:19 +08:00
pkg 'NoSleep.pkg'
2014-11-22 22:12:43 +08:00
2014-09-28 18:09:07 +08:00
uninstall :script => 'Uninstall.command',
:pkgutil => 'com.protech.pkg.NoSleep'
end