linux-eye-git
LOW
maintainer amitpadhan525
0 votes
scanned 2026-08-30 17:43:42.301716
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: Amit Padhan <amitpadhan525@gmail.com>
2
pkgname=linux-eye-git
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="A lightweight real-time Linux security and endpoint detection monitor (EDR)"
6
arch=('any')
7
url="https://github.com/amitpadhan525/linux-eye"
8
license=('MIT')
9
depends=('python' 'python-yaml' 'python-psutil' 'python-inotify-simple' 'python-pyudev' 'systemd')
10
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
11
provides=('linux-eye')
12
conflicts=('linux-eye')
13
source=("git+https://github.com/amitpadhan525/linux-eye.git")
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "${srcdir}/linux-eye"
18
git describe --long --tags --abbrev=7 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' || echo "1.0.0"
19
}
20
21
build() {
22
cd "${srcdir}/linux-eye"
23
python -m build --wheel --no-isolation
24
}
25
26
package() {
27
cd "${srcdir}/linux-eye"
28
python -m installer --destdir="${pkgdir}" dist/*.whl
29
30
# Install configuration to /etc/linux-eye
31
install -Dm644 config/config.yaml "${pkgdir}/etc/linux-eye/config.yaml"
32
33
# Install systemd service
34
install -Dm644 systemd/linux-eye.service "${pkgdir}/usr/lib/systemd/system/linux-eye.service"
35
36
# Install license
37
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 17:43:42 | Low | 1 |