Last active
July 14, 2017 12:29
-
-
Save tamagokun/a5b76de48d11e30db6e5fa8346387095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'formula' | |
| class FlexSdk < Formula | |
| homepage "http://www.adobe.com/devnet/flex.html" | |
| url "http://download.macromedia.com/pub/flex/sdk/flex_sdk_4.6.zip" | |
| sha256 "622b63f29de44600ff8d4231174a70fcb3085812c0e146a42e91877ca8b46798" | |
| 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
Uh oh!
There was an error while loading. Please reload this page.