You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add a new package first find it in the pkgs.alpinelinux.org under the armv7 architecture. i.e. for nmap: https://pkgs.alpinelinux.org/package/edge/main/armv7/nmap
4
+
5
+
6
+
We are currently following alpine version 3.21.
7
+
8
+
Create a new folder under packages/nmap and fill in both the control file inside and the alpine-name file
9
+
10
+
packages/nmap/control/control
11
+
```
12
+
Package: nmap
13
+
Version: 7.95-r1
14
+
Architecture: armv7
15
+
Maintainer: info@nortech.ai
16
+
Description: Network exploration tool and security/port scanner
17
+
Priority: optional
18
+
Depends: musl nmap
19
+
```
20
+
21
+
Some of these fields shoulkd be copied from the pkgs.alpinelinux.org site
22
+
23
+
Open the mirror and find the correct package file. In this case
0 commit comments