rstudio-1.1.442.eb 650 B

1234567891011121314151617181920212223
  1. easyblock = 'MakeCp'
  2. name = 'rstudio'
  3. version = '1.1.442'
  4. homepage = 'https://www.rstudio.com/products/rstudio/download/'
  5. description = """RStudio is a set of integrated tools designed to help you be
  6. more productive with R."""
  7. toolchain = {'name': 'dummy', 'version': 'dummy'}
  8. source_urls = ['http://download1.rstudio.org/']
  9. sources = ['rstudio-%(version)s-x86_64-fedora.tar.gz']
  10. skipsteps = ['build']
  11. files_to_copy = [ 'bin', 'resources', 'www', 'www-symbolmaps', 'R',
  12. "COPYING","INSTALL", "NOTICE", "SOURCE", "VERSION", "README.md", "rstudio.png" ]
  13. sanity_check_paths = {
  14. 'files': ["bin/rstudio"],
  15. 'dirs': [],
  16. }
  17. moduleclass = 'lang'