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

14 lines
366 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class AdobeAirSdk < Formula
homepage 'http://www.adobe.com/products/air/sdk/'
url 'http://airdownload.adobe.com/air/mac/download/3.5/AdobeAIRSDK.tbz2'
sha1 'a23ffc39d836a3e6ffc260fccb724f1649389ae9'
def install
libexec.install Dir['*']
2012-08-07 18:20:52 +00:00
bin.write_exec_script libexec/'bin/adl'
bin.write_exec_script libexec/'bin/adt'
end
end