linux-eye-git

LOW
maintainer amitpadhan525 0 votes scanned 2026-08-30 17:43:42.301716
View on AUR
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>
2pkgname=linux-eye-git
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="A lightweight real-time Linux security and endpoint detection monitor (EDR)"
6arch=('any')
7url="https://github.com/amitpadhan525/linux-eye"
8license=('MIT')
9depends=('python' 'python-yaml' 'python-psutil' 'python-inotify-simple' 'python-pyudev' 'systemd')
10makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
11provides=('linux-eye')
12conflicts=('linux-eye')
13source=("git+https://github.com/amitpadhan525/linux-eye.git")
14sha256sums=('SKIP')
15
16pkgver() {
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
21build() {
22 cd "${srcdir}/linux-eye"
23 python -m build --wheel --no-isolation
24}
25
26package() {
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)SeverityRules
2026-08-30 17:43:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion