dosierskanilo-git
LOW
maintainer cschlote
0 votes
scanned 2026-09-13 13:14:45.435081
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgname=dosierskanilo-git
2
pkgver=0
3
pkgrel=1
4
pkgdesc='Development version of the DosierSkanilo scanner'
5
arch=('x86_64')
6
url='https://github.com/cschlote/DosierSkanilo'
7
license=('custom:CC-BY-NC-SA-4.0')
8
depends=('mediainfo' 'file' 'unzip' 'tar' 'unrar' 'p7zip')
9
makedepends=('ldc' 'dub' 'git')
10
provides=('dosierskanilo')
11
conflicts=('dosierskanilo')
12
source=('git+https://github.com/cschlote/DosierSkanilo.git')
13
sha256sums=('SKIP')
14
15
pkgver() {
16
cd "$srcdir/DosierSkanilo"
17
printf 'r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18
}
19
20
build() {
21
cd "$srcdir/DosierSkanilo"
22
DC=ldc2 dub build --build=release --compiler=ldc2 --config=cli
23
}
24
25
package() {
26
cd "$srcdir/DosierSkanilo"
27
install -Dm755 build/bin/dosierskanilo "$pkgdir/usr/bin/dosierskanilo"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 13:14:45 | Low | 2 |