Skip to content

Commit 6ae19ad

Browse files
author
Craig Peterson
committed
add chocolatey spec
1 parent ed48fc6 commit 6ae19ad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dnscontrol.nuspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
4+
<metadata>
5+
<id>dnscontrol</id>
6+
<version>0.0.0</version>
7+
<title>DnsControl</title>
8+
<authors>Stack Overflow</authors>
9+
<projectUrl>https://github.com/stackexchange/dnscontrol</projectUrl>
10+
<copyright>2020</copyright>
11+
<licenseUrl>https://github.com/StackExchange/dnscontrol/blob/master/LICENSE</licenseUrl>
12+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13+
<projectSourceUrl>https://github.com/stackexchange/dnscontrol</projectSourceUrl>
14+
<docsUrl>https://stackexchange.github.io/dnscontrol/</docsUrl>
15+
<tags>dns</tags>
16+
<summary>Synchronize your DNS to multiple providers from a simple DSL</summary>
17+
<description>This package simply installs the dnscontrol tool on your system</description>
18+
</metadata>
19+
<files>
20+
<file src="dnscontrol.exe" target="tools" />
21+
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
22+
</files>
23+
</package>

0 commit comments

Comments
 (0)