Actually fix snapcraft.yaml

This commit is contained in:
Stone_Red
2023-12-15 22:08:07 +01:00
parent 45563cf9dc
commit fb122c2949
6 changed files with 7 additions and 4 deletions
+30
View File
@@ -0,0 +1,30 @@
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'
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
base: core22 # the base snap is the execution environment for this snap
architectures:
- build-on: amd64
- build-on: arm64
confinement: strict # use 'strict' once you have the right plugs and slots
parts:
arp-scanner:
# See 'snapcraft plugins'
plugin: dotnet
dotnet-build-configuration: Release
dotnet-self-contained-runtime-identifier: linux-x64
source: ./src/ARP-Scanner
build-packages:
- dotnet-sdk-6.0
stage-packages:
- libicu70
apps:
arp-scanner:
command: ARP-Scanner