lsoff-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-25 03:25:42.010142
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=yutat23
4
_gitname=lsoff
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="CLI / TUI that lists listening TCP/UDP ports"
8
9
pkgver=0.1.4
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('linux-amd64' 'linux-arm64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${_appname}")
24
25
options=('!strip')
26
27
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
28
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
29
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
30
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
31
sha256sums=('5cd4bf733f0d2ed2c74af030ac170b9e2c2b54bdf2b06b53c9e625666acf95a5'
32
'8fa6650c7c9bea4113c2981b4859e8b547ef5ceae3747d5aa3f5d2d7e6a5bad1')
33
sha256sums_x86_64=('7f909c43d9427f2f518804fd9abf7dea6b792df59dfbed9d5b9573f42ea2c38e')
34
sha256sums_aarch64=('e491f0bd2e4699277e6bc5a8ed84a24fae7b996588be2097f41a06552b060830')
35
36
37
package() {
38
cd "${srcdir}/" || exit
39
40
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
41
42
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
43
44
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
45
}
46
Changes since previous scan
--- PKGBUILD @ 2026-08-17 00:18+++ PKGBUILD @ 2026-08-25 03:25@@ -6,7 +6,7 @@ pkgname=${_appname}-bin pkgdesc="CLI / TUI that lists listening TCP/UDP ports" -pkgver=0.1.3+pkgver=0.1.4 pkgrel=1 _gitversion=v${pkgver} @@ -28,10 +28,10 @@ "LICENSE-${pkgver}::${_ghurlraw}/LICENSE") source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}") source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")-sha256sums=('af34f9abfa05014f00594d494f8a890ef5876e8f7498bbb2824596dfebfaeb61'+sha256sums=('5cd4bf733f0d2ed2c74af030ac170b9e2c2b54bdf2b06b53c9e625666acf95a5' '8fa6650c7c9bea4113c2981b4859e8b547ef5ceae3747d5aa3f5d2d7e6a5bad1')-sha256sums_x86_64=('9bb5fa64a59ee05243728931796e059b9e0bcaecf1c3059ee884f6e98ca54857')-sha256sums_aarch64=('9f502f77375e2e021e09e216ad8a964e913fe38982f2b105aae65a8d46fd5b8e')+sha256sums_x86_64=('7f909c43d9427f2f518804fd9abf7dea6b792df59dfbed9d5b9573f42ea2c38e')+sha256sums_aarch64=('e491f0bd2e4699277e6bc5a8ed84a24fae7b996588be2097f41a06552b060830') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 03:25:42 | Low | 1 |
| 2026-08-17 00:18:29 | Clean | 2 |
| 2026-08-16 15:32:49 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 07:30:18 | Low | 1 |