homebrew-cask/Casks/nosleep.rb

17 lines
571 B
Ruby

cask :v1 => 'nosleep' do
version '1.4.0'
sha256 '29e7f771970dce41936372687a5160700e2208357ef1ce37d81ac95c9188efe8'
# github.com is the official download host per the vendor homepage
url "https://github.com/integralpro/nosleep/releases/download/v#{version}/NoSleep-#{version}.dmg"
appcast 'https://github.com/integralpro/nosleep/releases.atom'
name 'NoSleep'
homepage 'https://code.google.com/p/macosx-nosleep-extension/'
license :gpl
pkg 'NoSleep.pkg'
uninstall :script => 'Uninstall.command',
:pkgutil => 'com.protech.pkg.NoSleep'
end