mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
New Cask: Adobe AIR Redistribution Helper
The Adobe AIR Redistribution Helper (ARH) utility is a small executable that you can use as part of a custom installer. It can perform many tasks such as detect the presence and version of an installed AIR runtime as well as silently install AIR applications.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class AdobeArh < Cask
|
||||
url 'http://airdownload.adobe.com/air/distribution/latest/mac/arh'
|
||||
homepage 'http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html'
|
||||
version 'latest'
|
||||
no_checksum
|
||||
caskroom_only true
|
||||
binary 'arh'
|
||||
container_type :naked
|
||||
|
||||
after_install do
|
||||
system "chmod", "755", "#{destination_path}/arh"
|
||||
end
|
||||
|
||||
caveats "Please refer to the documention at #{homepage}"
|
||||
end
|
||||
Reference in New Issue
Block a user