-
-
Notifications
You must be signed in to change notification settings - Fork 371
/
snapcraft.yaml
73 lines (67 loc) · 1.57 KB
/
snapcraft.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: packetsender
version: 8.8.2
summary: Packet Sender - Free TCP/UDP/SSL/HTTP Utility
icon: src/pslogo128.png
description: |
Packet Sender - Free utility to for sending / receiving of network
packets. TCP, UDP, SSL, and HTTP. https://packetsender.com/
platforms:
amd64:
build-on: [amd64]
build-for: [amd64]
# sudo snap install packetsender*.snap --dangerous
grade: stable
base: core24
confinement: strict
environment:
QT_PLUGIN_PATH: "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/qt6/plugins"
apps:
packetsender:
command: usr/local/bin/packetsender
desktop: usr/share/applications/packetsender.desktop
plugs:
- desktop
- desktop-legacy
- wayland
- x11
- home
- removable-media
- network
- cups
parts:
packetsender:
plugin: qmake
source: src/
qmake-project-file: PacketSenderSnap.pro
build-environment:
- QT_SELECT: qt6
build-packages:
- build-essential
- qt6-base-dev
- libqt6gui6
- libqt6core6
- qtchooser
- libxkbcommon-dev
- qt6-declarative-dev
- libgl1-mesa-dev
- libglvnd-dev
- libssl-dev
- libqt6core6
- libqt6gui6
- libqt6network6t64
- libqt6widgets6
- qt6-translations-l10n
stage-packages:
- qt6-base-dev
- qt6-declarative-dev
- libqt6core6
- libqt6gui6
- libqt6widgets6
- libqt6network6
- libqt6printsupport6
- libcurl4
- qt6-translations-l10n
- qt6-gtk-platformtheme
- qt6-qpa-plugins
- qt6-wayland
- cups-client