-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghq.nuspec
28 lines (28 loc) · 1.37 KB
/
ghq.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
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ghq</id>
<title>ghq</title>
<version>1.7.1</version>
<authors>motemen</authors>
<owners>kai2nenobu</owners>
<summary>Manage remote repository clones</summary>
<description>'ghq' provides a way to organize remote repository clones, like go get does. When you clone a remote repository by ghq get, ghq makes a directory under a specific root directory (by default ~/.ghq) using the remote repository URL's host and path.</description>
<projectUrl>https://github.com/motemen/ghq</projectUrl>
<tags>git</tags>
<copyright>motemen</copyright>
<licenseUrl>https://github.com/motemen/ghq/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- <iconUrl></iconUrl> -->
<releaseNotes></releaseNotes>
<docsUrl>https://github.com/motemen/ghq/blob/master/README.adoc</docsUrl>
<bugTrackerUrl>https://github.com/motemen/ghq/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/motemen/ghq</projectSourceUrl>
<packageSourceUrl>https://github.com/kai2nenobu/my-chocolatey-packages/ghq</packageSourceUrl>
<dependencies></dependencies>
</metadata>
<files>
<file src="legal\**" target="legal" />
<file src="tools\**" target="tools" />
</files>
</package>