You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
361 B
10 lines
361 B
class Gcc481Linux64 < Cask
|
|
version '4.8.1'
|
|
sha256 'ed9cd7a8483f68da333bf94bb09cc6cf6f5fa2328c77dc60c13cdd318d8d805a'
|
|
|
|
url "http://crossgcc.rts-software.org/download/gcc-#{version}-for-linux32-linux64/gcc-#{version}-for-linux64.dmg"
|
|
homepage 'http://crossgcc.rts-software.org/doku.php?id=start'
|
|
license :oss
|
|
|
|
pkg "gcc-#{version}-for-linux64.pkg"
|
|
end
|
|
|