Last active
January 5, 2017 19:47
-
-
Save manuelnaranjo/38eb93fdd243be0f8c6071b1a639abf7 to your computer and use it in GitHub Desktop.
gcc-arm-none-eabi-4_9-2015q1-20150306 for brew
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
# based on https://github.com/spark/firmware/issues/1077#issuecomment-263025005 | |
require 'formula' | |
class GccArmEmbedded49 < Formula | |
homepage 'https://launchpad.net/gcc-arm-embdded' | |
version '20150306' | |
url 'https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-mac.tar.bz2' | |
sha256 '48841185eefa482f0338059dd779b3edf832521ccd05811d557ef4a2807b8284' | |
def install | |
ohai 'Copying binaries...' | |
system 'cp', '-rv', 'arm-none-eabi', 'bin', 'lib', 'share', "#{prefix}/" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment