symlink-ping6-ping
LOW
maintainer thes1lv3r
0 votes
scanned 2026-08-19 03:41:13.749572
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: S1LV3R <me@s1lv3r.codes>
2
pkgname=symlink-ping6-ping
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc='Simply creates a symlink for ping6 that points to ping'
6
source=()
7
arch=(any)
8
9
package() {
10
cd "$srcdir"
11
mkdir -p "${pkgdir}/usr/bin"
12
ln -s "ping" "${pkgdir}/usr/bin/ping6"
13
}
14
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |