Skip to content

Instantly share code, notes, and snippets.

@prabirshrestha
Created February 17, 2015 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prabirshrestha/b6c007f2422a72735090 to your computer and use it in GitHub Desktop.
Save prabirshrestha/b6c007f2422a72735090 to your computer and use it in GitHub Desktop.
chocolatey goreman
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>goreman</id>
<version>0.0.6.0</version>
<title>goreman</title>
<authors>mattn</authors>
<owners>prabirshrestha</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/mattn/goreman</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Clone of foreman written in golang</description>
<summary></summary>
<tags>console foreman goreman golang</tags>
</metadata>
<files>
<file src="bin\goreman.exe" target="bin\goreman.exe" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment