mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 08:56:04 +02:00
Fix snapcraft.yaml
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
name: arp-scanner # you probably want to 'snapcraft register <name>'
|
name: arp-scanner # you probably want to 'snapcraft register <name>'
|
||||||
version: "0.2.0.0" # just for humans, typically '1.2+git' or '1.3.2'
|
version: "0.2.0.0" # just for humans, typically '1.2+git' or '1.3.2'
|
||||||
grade: devel # must be 'stable' to release into candidate/stable channels
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
summary: A lightweight cross-platform IP scanner # 79 char long summary
|
summary: A lightweight cross-platform IP scanner # 79 char long summary
|
||||||
description: |
|
description: |
|
||||||
A lightweight cross-platform IP scanner
|
A lightweight cross-platform IP scanner
|
||||||
@@ -14,17 +14,17 @@ architectures:
|
|||||||
confinement: devmode # use 'strict' once you have the right plugs and slots
|
confinement: devmode # use 'strict' once you have the right plugs and slots
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
whatime:
|
arp-scanner:
|
||||||
# See 'snapcraft plugins'
|
# See 'snapcraft plugins'
|
||||||
plugin: dotnet
|
plugin: dotnet
|
||||||
dotnet-build-configuration: Release
|
dotnet-build-configuration: Release
|
||||||
dotnet-self-contained-runtime-identifier: linux-x64
|
dotnet-self-contained-runtime-identifier: linux-x64
|
||||||
source: .
|
source: src
|
||||||
build-packages:
|
build-packages:
|
||||||
- dotnet-sdk-6.0
|
- dotnet-sdk-6.0
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libicu70
|
- libicu70
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
whatime:
|
arp-scanner:
|
||||||
command: arp-scanner
|
command: arp-scanner
|
||||||
|
|||||||
Reference in New Issue
Block a user