-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhydrapp.yaml
97 lines (97 loc) · 2.37 KB
/
hydrapp.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
app:
id: com.pojtinger.felicitas.connmapper
name: Connmapper
summary: System internet connection visualizer
description: Visualize your system's internet connections on a globe.
license: AGPL-3.0-or-later
homepage: https://github.com/pojntfx/connmapper
git: https://github.com/pojntfx/connmapper.git
baseurl: https://pojntfx.github.io/connmapper/
go:
main: .
flags: ""
generate: go generate ./...
tests: go test ./...
img: ghcr.io/pojntfx/hydrapp-build-tests:main
releases:
- version: 0.0.2
date: 2024-08-26T15:00:00+01:00
description: Maintenance updates to match the state of the art of hydrapp apps
author: Felicitas Pojtinger
email: [email protected]
- version: 0.0.1
date: 2024-05-08T17:56:14.665377441-07:00
description: Initial release
author: Felicitas Pojtinger
email: [email protected]
deb:
- path: deb/debian/sid/x86_64
os: debian
distro: sid
mirrorsite: http://http.us.debian.org/debian
components:
- main
- contrib
debootstrapopts: ""
architecture: amd64
packages:
- name: libpcap-dev
version: "1.10.4"
- path: deb/debian/sid/aarch64
os: debian
distro: sid
mirrorsite: http://http.us.debian.org/debian
components:
- main
- contrib
debootstrapopts: ""
architecture: arm64
packages:
- name: libpcap-dev
version: "1.10.4"
dmg:
path: dmg
packages:
- libpcap
flatpak:
- path: flatpak/x86_64
architecture: amd64
packages:
- name: org.chromium.Chromium
version: "stable"
- path: flatpak/aarch64
architecture: arm64
packages:
- name: org.chromium.Chromium
version: "stable"
msi:
- path: msi/x86_64
architecture: amd64
include: ^\\b$
packages:
- libpcap
rpm:
- path: rpm/fedora/41/x86_64
trailer: fc41
distro: fedora-41
architecture: amd64
packages:
- name: libpcap-devel
version: "1.10.4"
- path: rpm/fedora/41/aarch64
trailer: fc41
distro: fedora-41
architecture: arm64
packages:
- name: libpcap-devel
version: "1.10.4"
# Disable due to `libpcap` dependency
# apk:
# path: apk
# Disable due to `libpcap` dependency
# binaries:
# path: binaries
# exclude: (android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/riscv64|wasip1/wasm|js/wasm|openbsd/mips64)
# packages: []
docs:
path: docs