homebrew-core/Formula/adobe-air-sdk.rb
lacre e20c0510d3 Adobe-Air-SDK: SHA1 fix. Revised SDK, still v. 3.7
Closes Homebrew/homebrew#20342.

Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-06-08 12:11:11 +02:00

13 lines
366 B
Ruby

require 'formula'
class AdobeAirSdk < Formula
homepage 'http://www.adobe.com/products/air/sdk/'
url 'http://airdownload.adobe.com/air/mac/download/3.7/AdobeAIRSDK.tbz2'
sha1 '55b5d2675ef9cf9b7868635d5be100348d908134'
def install
libexec.install Dir['*']
bin.write_exec_script libexec/'bin/adl'
bin.write_exec_script libexec/'bin/adt'
end
end