-
Notifications
You must be signed in to change notification settings - Fork 5
/
scrcpy.nuspec
executable file
·44 lines (41 loc) · 1.81 KB
/
scrcpy.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
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>scrcpy</id>
<!-- Package Fix Version Notation: 1.1.0.YYYYMMDD -->
<version>2.5</version>
<packageSourceUrl>https://github.com/n3rd4i/scrcpy.git</packageSourceUrl>
<owners>n3rd4i</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<!-- This section is about the software itself -->
<title>scrcpy</title>
<authors>rom1v,npes87184,sdushantha</authors>
<projectUrl>https://github.com/Genymobile/scrcpy</projectUrl>
<iconUrl>https://cdn.statically.io/img/avatars0.githubusercontent.com/u/3427627</iconUrl>
<copyright>2018 Genymobile</copyright>
<licenseUrl>https://github.com/Genymobile/scrcpy/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/Genymobile/scrcpy</projectSourceUrl>
<docsUrl>https://github.com/Genymobile/scrcpy/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/Genymobile/scrcpy/issues</bugTrackerUrl>
<tags>scrcpy android remote</tags>
<summary>App provides display and control of Android devices connected on USB</summary>
<description><![CDATA[### Generation app icon
```
.\scripts\generate-icon.ps1
```
Build dependencies:
- [`imagegick`](https://community.chocolatey.org/packages/imagegick)
- [`png2ico`](https://community.chocolatey.org/packages/png2ico)
]]></description>
<releaseNotes>https://github.com/Genymobile/scrcpy/releases</releaseNotes>
<!-- =============================== -->
<dependencies>
<dependency id="chocolatey-core.extension" version="1.1.0" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>