mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
Update kos32-gcc.nuspec
This commit is contained in:
parent
c8dfcc7e13
commit
81ede577a3
@ -1,28 +1,22 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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/2010/07/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
<id>kos32-gcc</id>
|
||||||
<id>kos32-gcc</id>
|
<title>KolibriOS gcc toolchain installer</title>
|
||||||
<title>KolibriOS gcc toolchain installer</title>
|
<version>0.1.5</version>
|
||||||
<version>0.1.5</version>
|
<authors>Egor00f</authors>
|
||||||
<authors>Egor00f</authors>
|
<owners>Egor00f</owners>
|
||||||
<owners>Egor00f</owners>
|
<summary>__REPLACE__</summary>
|
||||||
<summary>__REPLACE__</summary>
|
<description>_KolibriOS gcc toolchain installer. This package installing KolibriOS gcc toolchain by Serge.</description>
|
||||||
<description>_KolibriOS gcc toolchain installer. This package installing KolibriOS gcc toolchain by Serge.</description>
|
<packageSourceUrl>https://github.com/Egor00f/kolibrios-gcc-toolchain/</packageSourceUrl>
|
||||||
<packageSourceUrl>https://github.com/Egor00f/kolibrios-gcc-toolchain/</packageSourceUrl>
|
<tags>kolibrios toolchain compiler c/C++</tags>
|
||||||
<tags>kolibrios toolchain compiler c/C++</tags>
|
<copyright></copyright>
|
||||||
<copyright></copyright>
|
<licenseUrl>https://github.com/Egor00f/kolibrios-gcc-toolchain/blob/main/LICENSE</licenseUrl>
|
||||||
<licenseUrl>https://github.com/Egor00f/kolibrios-gcc-toolchain/blob/main/LICENSE</licenseUrl>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<!--<iconUrl>http://cdn.rawgit.com/__CHOCO_PKG_MAINTAINER_REPO__/master/icons/__NAME__.png</iconUrl>-->
|
||||||
<!-- Important note about https://cdn.rawgit.com: Files are cached permanently after the first request. Use commit URLs when updating the icon. -->
|
<releaseNotes></releaseNotes>
|
||||||
<!--<iconUrl>http://cdn.rawgit.com/__CHOCO_PKG_MAINTAINER_REPO__/master/icons/__NAME__.png</iconUrl>-->
|
</metadata>
|
||||||
<!--<dependencies>
|
<files>
|
||||||
<dependency id="" version="" />
|
<file src="tools\**" target="tools" />
|
||||||
</dependencies>-->
|
</files>
|
||||||
<releaseNotes></releaseNotes>
|
|
||||||
</metadata>
|
|
||||||
<files>
|
|
||||||
<file src="tools\**" target="tools" />
|
|
||||||
</files>
|
|
||||||
</package>
|
</package>
|
Loading…
Reference in New Issue
Block a user