-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathmetadata.rb
22 lines (18 loc) · 946 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name 'arcgis-pro'
maintainer 'Esri'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs and configures ArcGIS Pro'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.1.0'
chef_version '>= 15.3' if defined? chef_version
depends 'arcgis-repository', '~> 5.1'
supports 'windows'
recipe 'arcgis-pro::default', 'Installs and authorizes ArcGIS Pro'
recipe 'arcgis-pro::install_pro', 'Installs ArcGIS Pro'
recipe 'arcgis-pro::ms_dotnet', 'Installs Microsoft .NET Framework'
recipe 'arcgis-pro::patches', 'Installs ArcGIS Pro Patches'
recipe 'arcgis-pro::uninstall', 'Uninstalls ArcGIS Pro'
recipe 'arcgis-pro::webview2', 'Installs Microsoft Edge WebView2'
issues_url 'https://github.com/Esri/arcgis-cookbook/issues' if respond_to?(:issues_url)
source_url 'https://github.com/Esri/arcgis-cookbook' if respond_to?(:source_url)