ojcat
LOW
maintainer ABO7GAG
1 votes
scanned 2026-09-21 05:34:06.811684
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
pkgname=ojcat
2
pkgver=1.0
3
pkgrel=1
4
pkgdesc="A lightweight ELF file inspection tool written in C"
5
arch=('x86_64')
6
url="https://github.com/ABO7GAG/ojcat"
7
license=('GPL-3.0-or-later')
8
source=("$pkgname-$pkgver.tar.gz::https://github.com/ABO7GAG/ojcat/archive/refs/tags/V1.0.tar.gz")
9
sha256sums=('3fa2fcc9544abaf8c1cda63b98018a6c33db7cd621539ce070e596bc8fa9cc1a')
10
11
build() {
12
cd "$srcdir/$pkgname-1.0"
13
make
14
}
15
16
package() {
17
cd "$srcdir/$pkgname-1.0"
18
install -Dm755 ojcat "$pkgdir/usr/bin/ojcat"
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 05:34:06 | Low | 1 |