cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / alib1.rb
blobbdd11004f73e0ad3781394012451faec8c112667
1 cask :v1 => 'alib1' do
2   # note: "1" is not a version number, but an intrinsic part of the product name
3   version :latest
4   sha256 :no_check
6   url 'http://presstube.com/screensavers/Presstube-ALib1-mac.zip'
7   name 'ALib1'
8   homepage 'http://presstube.com/blog/2011/alib1/'
9   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
11   screen_saver 'Presstube-ALib1.app/Contents/Resources/Presstube - ALib1.saver'
13   postflight do
14     system '/usr/libexec/PlistBuddy', '-c', 'Set :CFBundleName ALib1 (Presstube)', "#{staged_path}/presstube-alib1.app/Contents/Resources/Presstube - ALib1.saver/Contents/Info.plist"
15   end
17   depends_on :cask => 'adobe-air'
18 end