Skip to content

Instantly share code, notes, and snippets.

@andyli
Created January 26, 2015 18:24
Show Gist options
  • Save andyli/6eb08b9b596752518f80 to your computer and use it in GitHub Desktop.
Save andyli/6eb08b9b596752518f80 to your computer and use it in GitHub Desktop.
Haxe Chocolatey package
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>haxe</id>
<version>3.1.3</version>
<title>Haxe</title>
<authors>Haxe Foundation</authors>
<licenseUrl>http://haxe.org/foundation/open-source.html</licenseUrl>
<projectUrl>http://haxe.org/</projectUrl>
<iconUrl>http://haxe.org/img/haxe-logo.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
This package will install haxe and haxelib. After installation, you should run `haxelib setup &lt;path&gt;`, where `&lt;path&gt;` is the haxelib repository folder for placing third-party libraries. The folder should be created manually before running the command.</description>
<tags>haxe</tags>
<dependencies>
<dependency id="neko" version="2.0.0" />
</dependencies>
</metadata>
<files>
<file src="haxe-3.1.3\**\*.*" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment