eiffelstudio 17.01.9.9700
Closes #8742. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d92b6f80e7
commit
f35dd0276e
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Eiffelstudio < Formula
|
||||
desc "Development environment for the Eiffel language"
|
||||
homepage "https://www.eiffel.com"
|
||||
url "https://ftp.eiffel.com/pub/download/16.05/eiffelstudio-16.05.tar"
|
||||
sha256 "7154ee73671b7b29892d7b6ac5ef3819dc2aec95c262e95e9482c6f35a897e25"
|
||||
url "https://ftp.eiffel.com/pub/download/17.01/eiffelstudio-17.01.9.9700.tar"
|
||||
sha256 "610344e8e4bbb4b8ccedc22e57b6ffa6b8fd7b9ffee05edad15fc1aa2b1259a1"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -28,7 +28,7 @@ class Eiffelstudio < Formula
|
|||
def install
|
||||
system "./compile_exes", ise_platform
|
||||
system "./make_images", ise_platform
|
||||
prefix.install Dir["Eiffel_16.05/*"]
|
||||
prefix.install Dir["Eiffel_17.01/*"]
|
||||
bin.mkpath
|
||||
env = { :ISE_EIFFEL => prefix, :ISE_PLATFORM => ise_platform }
|
||||
(bin/"ec").write_env_script(prefix/"studio/spec/#{ise_platform}/bin/ec", env)
|
||||
|
|
Loading…
Reference in a new issue