homebrew-core/Formula/adobe-air-sdk.rb

14 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.4/AdobeAIRSDK.tbz2'
sha1 'eddfaa8708c7f53d53f099629d6d9cb65ce45586'
def install
libexec.install Dir['*']
bin.write_exec_script libexec/'bin/adl'
bin.write_exec_script libexec/'bin/adt'
end
end