portfinder
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-21 21:36:21.639675
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
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=portfinder
5
pkgver=0.2.1
6
pkgrel=1
7
pkgdesc="Identify and manage processes using network ports, with project awareness"
8
arch=('x86_64')
9
url="https://github.com/doganarif/portfinder"
10
license=('MIT')
11
depends=()
12
makedepends=('go')
13
_tag="v0.2.1"
14
_srcdir="portfinder-0.2.1"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/doganarif/portfinder/tar.gz/refs/tags/$_tag")
16
sha256sums=('def1e41bee05ac806211c8891c92b02409164626809446b951e58264dd4aa063')
17
function build() {
18
cd "$_srcdir"
19
export CGO_ENABLED=0
20
export GOFLAGS="-trimpath -mod=readonly -modcacherw"
21
go build -o "$pkgname" ./cmd/portfinder
22
}
23
function package() {
24
cd "$_srcdir"
25
install -Dm755 "portfinder" "$pkgdir/usr/bin/$pkgname"
26
if [ -f LICENSE ]; then
27
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
fi
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |