-
Notifications
You must be signed in to change notification settings - Fork 11
/
Gettext.Tools.nuspec
26 lines (25 loc) · 1.24 KB
/
Gettext.Tools.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Gettext.Tools</id>
<version>0.22.5</version>
<title>GNU gettext tools for Windows</title>
<authors>Vaclav Slavik</authors>
<license type="expression">GPL-3.0-or-later</license>
<projectUrl>https://github.com/vslavik/gettext-tools-windows</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows build of GNU gettext tools (msgfmt, xgettext etc.), maintained by Poedit developer.</description>
<copyright>Copyright (C) Free Software Foundation, Inc. {http://fsf.org/}</copyright>
<language>en-US</language>
<tags>gnu gettext msgfmt xgettext msgmerge</tags>
</metadata>
<files>
<file src="Gettext.Tools.props" target="build" />
<file src="Init.ps1" target="tools" />
<file src="build\dist\bin\*" target="tools\bin" />
<file src="build\dist\lib\**" target="tools\lib" />
<file src="build\dist\share\**" target="tools\share" />
<file src="build\dist\license.txt" target="" />
<file src="build\dist\readme.txt" target="" />
</files>
</package>