1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/chocolatey/filebot.nuspec

26 lines
998 B
Plaintext
Raw Normal View History

2015-06-02 09:50:14 -04:00
<?xml version="1.0" encoding="UTF-8" ?>
2015-06-16 02:54:40 -04:00
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
2012-11-22 23:27:54 -05:00
<metadata>
2016-11-04 16:19:30 -04:00
<id>@{package.name}</id>
<title>@{application.name}</title>
<version>@{application.version}</version>
<authors>@{package.developer}</authors>
2016-11-05 09:51:19 -04:00
<owners>@{package.maintainer}</owners>
2016-11-04 16:19:30 -04:00
<summary>@{package.synopsis}</summary>
<description>@{package.description}</description>
<projectUrl>@{package.homepage}</projectUrl>
2016-11-05 09:51:19 -04:00
<iconUrl>@{link.image.logo}</iconUrl>
2016-11-04 16:19:30 -04:00
<copyright>@{tstamp.year} @{package.developer}</copyright>
2016-11-05 09:51:19 -04:00
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.en.html</licenseUrl>
2012-11-22 23:27:54 -05:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2016-11-05 09:51:19 -04:00
<releaseNotes></releaseNotes>
<!-- Allow users to decide which JRE or JDK they want to use and don't force them to use the chocolatey package -->
2012-11-22 23:27:54 -05:00
<dependencies>
2016-11-05 09:51:19 -04:00
<!-- <dependency id="jre8" /> -->
2012-11-22 23:27:54 -05:00
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>