cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / prey.rb
blobe06fa11e14ee61e2e7aa80b299df1683d077d681
1 cask :v1 => 'prey' do
2   version '0.6.4'
3   sha256 '361996d067539da7881aa3618b737ba4a0846df13ca8c9b8b07151d42f81fb86'
5   url "https://preyproject.com/releases/current/prey-#{version}-mac-batch.mpkg.zip"
6   homepage 'https://preyproject.com'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   pkg "prey-#{version}-mac-batch.mpkg"
11   uninstall :pkgutil => 'com.forkhq.prey'
12   caveats <<-EOS.undent
13     To complete installation, Prey requires an API key. It may be set
14     as an environment variable as follows:
16       API_KEY="abcdef123456" brew cask install prey
17   EOS
18 end