generated from majkinetor/au-packages-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helix.nuspec
36 lines (33 loc) · 1.84 KB
/
helix.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
29
30
31
32
33
34
35
36
<?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">
<metadata>
<id>helix</id>
<version>24.07</version>
<title>Helix</title>
<owners>josephharrisonlim</owners>
<authors>https://github.com/helix-editor/helix/graphs/contributors</authors>
<licenseUrl>https://github.com/helix-editor/helix/blob/master/LICENSE</licenseUrl>
<projectUrl>https://helix-editor.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A kakoune / neovim inspired editor, written in Rust.
For more information, see the [website](https://helix-editor.com) or
[documentation](https://docs.helix-editor.com/).
All shortcuts/keymaps can be found [in the documentation on the website](https://docs.helix-editor.com/keymap.html).
[Troubleshooting](https://github.com/helix-editor/helix/wiki/Troubleshooting)
</description>
<summary>A kakoune / neovim inspired editor, written in Rust.</summary>
<releaseNotes>https://github.com/helix-editor/helix/releases</releaseNotes>
<copyright />
<tags>helix editor helix-editor kakoune neovim</tags>
<packageSourceUrl>https://github.com/jharrilim/chocolatey-packages/tree/master/helix</packageSourceUrl>
<projectSourceUrl>https://github.com/helix-editor/helix</projectSourceUrl>
<docsUrl>https://docs.helix-editor.com/</docsUrl>
<iconUrl>https://cdn.statically.io/gh/jharrilim/chocolatey-packages/master/helix/icon.png</iconUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
<file src="icon.png" target="images" />
</files>
</package>