Skip to content

Instantly share code, notes, and snippets.

@mbeacom
Last active March 11, 2016 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbeacom/d49f87fd469fdaab1131 to your computer and use it in GitHub Desktop.
Save mbeacom/d49f87fd469fdaab1131 to your computer and use it in GitHub Desktop.
Adobe Flex SDK 4.6 Build 23201 Brew Install Formula
require 'formula'
class FlexSdk < Formula
url 'http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip'
sha256 '622b63f29de44600ff8d4231174a70fcb3085812c0e146a42e91877ca8b46798'
homepage 'http://opensource.adobe.com/'
version 'v4.6.0.23201'
def install
Dir['*'].each { |file| cp_r file, File.join( prefix, File.basename(file) ) }
ohai %{You will need to add the Flex SDK to your path:}
ohai %{ export PATH="#{bin}":$PATH}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment