92 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ## <-- Note --> ##
 | |
| 
 | |
| ### 
 | |
| 
 | |
| ## <-- General --> ##
 | |
| 
 | |
| # Version number format for manifest version.
 | |
| #ManifestVersion: 1.0.0
 | |
| 
 | |
| # Publisher.package format.
 | |
| Id: GoCD.Server
 | |
| # The name of the publisher.
 | |
| Publisher: GoCD
 | |
| # The name of the application.
 | |
| Name: Server
 | |
| # The common name someone may use to search for the package.
 | |
| AppMoniker: gocd-server
 | |
| 
 | |
| # Version numbering format for package version.
 | |
| Version: 20.7.0-12065
 | |
| # A string representing the flight ring.
 | |
| #Channel: Experimental
 | |
| 
 | |
| # The open source license or copyright.
 | |
| License: Apache License 2.0
 | |
| # Valid secure URL to license.
 | |
| LicenseUrl: https://github.com/gocd/gocd/blob/master/LICENSE
 | |
| 
 | |
| # Version numbering format for minimum version of Windows supported.
 | |
| #MinOSVersion: string
 | |
| 
 | |
| # Description of the package.
 | |
| Description: 
 | |
|   FREE & OPEN SOURCE CI/CD SERVER
 | |
|   Easily model and visualize complex workflows with GoCD.
 | |
| # Valid secure URL for the package.
 | |
| Homepage: https://www.gocd.org/
 | |
| 
 | |
| # Additional strings a user would use to search for the package.
 | |
| Tags: CI, CD, Go, go
 | |
| # List of file extensions the package could support.
 | |
| #FileExtensions: list
 | |
| # List of protocols the package provides a handler for.
 | |
| #Protocols: list
 | |
| # List of commands or aliases the user would use to run the package.
 | |
| #Commands: list
 | |
| 
 | |
| ## <-- Installer --> ##
 | |
| 
 | |
| # Enumeration of supported installer types (exe, msi, msix, inno, wix, nullsoft, appx).
 | |
| InstallerType: nullsoft
 | |
| # Custom switches passed to the installer.
 | |
| #Custom: string
 | |
| # Switches passed to the installer for silent installation.
 | |
| #Silent: string
 | |
| # Switches passed to the installer for non-interactive install.
 | |
| #SilentWithProgress: string
 | |
| # Experimental.
 | |
| #Interactive: string
 | |
| # Experimental.
 | |
| #Language: string
 | |
| # Specifies log redirection switches and path.
 | |
| #Log: string
 | |
| # Specifies alternate location to install package.
 | |
| #InstallLocation: string
 | |
| # Nested map of keys for specific installer.
 | |
| Installers:
 | |
|   # Enumeration of supported architectures.
 | |
|   - Arch: x86
 | |
|   # Path to download installation file.
 | |
|     Url: https://download.gocd.org/experimental/binaries/20.7.0-12065/win/go-server-20.7.0-12065-jre-64bit-setup.exe
 | |
|   # SHA256 calculated from installer.
 | |
|     Sha256: 3F53A8FCA09B781E502B77B0191B2C5134E2744ADA16C6AB6072EC83DF035838
 | |
|   # SHA256 calculated from signature file's hash of MSIX file.
 | |
|   #  SignatureSha256: string
 | |
|   # Collection of entries to override root keys. The primary supported values are: Custom, Silent, SilentWithProgress, Interactive. For a complete list see the specification at https://github.com/microsoft/winget-cli/blob/master/doc/ManifestSpecv0.1.md.
 | |
|   #  Switches:
 | |
|   # Experimental.
 | |
|     Scope: machine
 | |
|   # Experimental.
 | |
|   #  SystemAppId: string
 | |
| # Nested map of keys for localization.
 | |
| #Localization:
 | |
|   # Locale for display fields and localized URLs.
 | |
|   #- Language: string
 | |
|  
 | |
| ## <-- Manifest Maintainer --> ##
 | |
| ### koumaza <koumaza--@outlook.com>
 | |
| 
 | |
| ## <-- Misc --> ##
 | |
| ### Template Here: https://gist.github.com/koumaza/3b6996f5dc7c79edae269de21a4b1e93
 |