forked from calvn/chocolatey-consul
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnomad.nuspec
34 lines (33 loc) · 1.62 KB
/
nomad.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>nomad</id>
<version>1.6.1</version>
<title>Nomad</title>
<authors>HashiCorp</authors>
<owners>devblok</owners>
<licenseUrl>https://github.com/hashicorp/nomad/blob/master/LICENSE</licenseUrl>
<projectUrl>https://www.nomadproject.io/</projectUrl>
<projectSourceUrl>https://github.com/hashicorp/nomad</projectSourceUrl>
<packageSourceUrl>https://github.com/devblok/chocolatey-nomad</packageSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Nomad is a single binary that schedules applications and services on Linux, Windows, and Mac.
It is an open source scheduler that uses a declarative job file for scheduling virtualized, containerized, and standalone applications.
#### Package Parameters
The package parameters can be set - https://www.nomadproject.io/docs/runtime/index.html
These parameters can be passed to the installer with the use of `-params`.
For example: `-params '-config="%PROGRAMDATA%\nomad\conf\client.hcl"'`.
</description>
<summary>Nomad is a single binary that schedules applications and services.</summary>
<iconUrl>https://raw.githubusercontent.com/devblok/chocolatey-nomad/master/icons/nomad.png</iconUrl>
<releaseNotes>Version 1.6.1</releaseNotes>
<copyright>HashiCorp 2023</copyright>
<tags>nomad service nomadproject.io</tags>
</metadata>
<files>
<file src="tools\**" target="tools" />
<file src="binaries\**" target="binaries" />
<file src="configs\**" target="configs" />
</files>
</package>