Update package manifest files

This commit is contained in:
Stone_Red
2023-12-17 00:47:51 +01:00
parent 97ebf4d145
commit 7aace1f2de
6 changed files with 30 additions and 17 deletions
-6
View File
@@ -1,6 +0,0 @@
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
<Include details of how to verify checksum contents>
<If software vendor, explain that here>
@@ -74,17 +74,17 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
**Usage**
1. Download the latest release
1. Start `ARP-Scanner.exe` or `ARP-Scanner` on Linux with the IP range it should scan as
parameter
- Chocolatey (Windows): `choco install arp-scanner --version=0.2.0`
- Snapcraft (Linux): `snap install arp-scanner`\
and `snap connect arp-scanner:network-control` to give it permission to send arp requests
- GitHub (Windows/Linux): https://github.com/Stone-Red-Code/ARP-Scanner/releases
1. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
Note: This program may not work on all Linux distributions because the ArpLookup library has
some limitations (https://github.com/georg-jung/ArpLookup#supported-platforms)
&gt; Note: This programm may not work on all linux distributions because the [ArpLookup](https://github.com/georg-jung/ArpLookup) library has some [limitations](https://github.com/georg-jung/ArpLookup#supported-platforms)
**Third party licenses**
- ArpLookup (https://github.com/georg-jung/ArpLookup) - MIT
(https://github.com/georg-jung/ArpLookup/blob/master/LICENSE.txt)
- IPAddressRange (https://github.com/jsakamoto/ipaddressrange) - MPL-2.0
(https://github.com/jsakamoto/ipaddressrange/blob/master/LICENSE)
- ArpLookup (https://github.com/georg-jung/ArpLookup) - MIT (https://github.com/georg-jung/ArpLookup/blob/master/LICENSE.txt)
- IPAddressRange (https://github.com/jsakamoto/ipaddressrange) - MPL-2.0 (https://github.com/jsakamoto/ipaddressrange/blob/master/LICENSE)
</description>
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
<!-- =============================== -->
@@ -112,6 +112,6 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src="tools\**" target="tools" />
<file src="..\..\..\src\ARP-Scanner\bin\Release\net6.0\**" target="tools" />
<file src="..\src\ARP-Scanner\bin\Release\net6.0\**" target="tools" />
</files>
</package>
+6
View File
@@ -0,0 +1,6 @@
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Checksum: c37a793bae228da768c9d4223d12608bfa28decbe7142e9ac19a49795cf23b82b2f0434032b98883343c658276bf2e4423926fbf79c65c48ae6cf11ad48d37ad
Veify using: certutil -hashfile ARP-Scanner.exe sha512
+15 -2
View File
@@ -3,7 +3,20 @@ version: "0.2.0.0" # just for humans, typically '1.2+git' or '1.3.2'
grade: stable # must be 'stable' to release into candidate/stable channels
summary: A lightweight cross-platform IP scanner # 79 char long summary
description: |
A lightweight cross-platform IP scanner
**Usage**
1. Download the latest release
- Chocolatey (Windows): `choco install arp-scanner --version=0.2.0`
- Snapcraft (Linux): `snap install arp-scanner`\
and `snap connect arp-scanner:network-control` to give it permission to send arp requests
- GitHub (Windows/Linux): https://github.com/Stone-Red-Code/ARP-Scanner/releases
1. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
> Note: This programm may not work on all linux distributions because the [ArpLookup](https://github.com/georg-jung/ArpLookup) library has some [limitations](https://github.com/georg-jung/ArpLookup#supported-platforms)
**Third party licenses**
- ArpLookup (https://github.com/georg-jung/ArpLookup) - MIT (https://github.com/georg-jung/ArpLookup/blob/master/LICENSE.txt)
- IPAddressRange (https://github.com/jsakamoto/ipaddressrange) - MPL-2.0 (https://github.com/jsakamoto/ipaddressrange/blob/master/LICENSE)
base: core22 # the base snap is the execution environment for this snap
@@ -30,4 +43,4 @@ apps:
command: ARP-Scanner
plugs:
- network
- network-control
- network-control