File: snapcraft.yaml

package info (click to toggle)
packetsender 8.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,532 kB
  • sloc: cpp: 12,123; sh: 80; xml: 75; php: 47; makefile: 15
file content (91 lines) | stat: -rw-r--r-- 1,927 bytes parent folder | download
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: packetsender
title: Packet Sender
version: 8.8.8
summary: Packet Sender - Free TCP/UDP/SSL/HTTP Utility
icon: src/packetsender.svg
description: |
  Packet Sender - Free utility to for sending / receiving of network
  packets. TCP, UDP, SSL, and HTTP. https://packetsender.com/

source-code:
  - https://github.com/dannagle/PacketSender

contact:
  - https://packetsender.com/contact

website:
  - https://packetsender.com

issues:
  - https://github.com/dannagle/PacketSender/issues

donation:
  - https://www.paypal.com/biz/fund?id=RGDM593DYR9LJ


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
    qmake-major-version: 6
    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