-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoublecmd.nuspec
66 lines (55 loc) · 2.5 KB
/
doublecmd.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>doublecmd</id>
<title>Double Commander for Windows</title>
<version>1.1.21</version>
<authors>Alexander Koblov, Przemyslaw Nagay</authors>
<owners>anydot, Marcin Bojko</owners>
<summary>Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.</summary>
<description>
# Double Commander
## Description
Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
Double Commander can be run on several platforms and operating systems. It supports 32-bit and 64-bit processors. See Supported platforms for a complete list.
See Double Commander in action in the Gallery.
## Features
* Install and uninstall via Chocolatey
* Supports 32/64-bit version
## Usage
### Direct
```cmd
choco install doublecmd -y
```
### YAML (Foreman, puppetlabs/chocolatey module)
```yaml
doublecmd:
ensure: latest
provider: chocolatey
```
or
```yaml
doublecmd:
ensure: latest
```
</description>
<projectUrl>https://github.com/doublecmd/doublecmd</projectUrl>
<packageSourceUrl>https://github.com/marcinbojko/doublecmd</packageSourceUrl>
<docsUrl>https://github.com/doublecmd/doublecmd/tree/master/doc</docsUrl>
<iconUrl>https://rawcdn.githack.com/marcinbojko/doublecmd/abe1fdc254972b06b049fdf6415d14b6db241bd1/icons/doublecmd.png</iconUrl>
<projectSourceUrl>https://github.com/doublecmd/doublecmd</projectSourceUrl>
<bugTrackerUrl>https://github.com/doublecmd/doublecmd/issues</bugTrackerUrl>
<tags>doublecmd double file manager commander admin</tags>
<copyright>Double Commander</copyright>
<licenseUrl>https://github.com/doublecmd/doublecmd/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/doublecmd/doublecmd/releases</releaseNotes>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>