liscan-git

maintainer RamazanBerk · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public git repository with a SKIP'd checksum, but sources are from the maintainer's own GitHub and the build process is transparent; no remote code execution or malicious payloads are present.

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 a public git repository with a SKIP'd checksum, but sources are from the maintainer's own GitHub and the build process is transparent; no remote code execution or malicious payloads are present.

PKGBUILD

1# Maintainer: RamazanBerk20 <ramazanberksirin@protonmail.com>
2pkgname=liscan-git
3pkgver=1.0.0.r0.gd7be32c
4pkgrel=1
5pkgdesc="Clear, complete disk usage scanner for Linux"
6arch=('x86_64' 'aarch64')
7url="https://github.com/RamazanBerk20/LiScan"
8license=('GPL-3.0-or-later')
9depends=('gtk3' 'webkit2gtk-4.1' 'glib2' 'polkit')
10makedepends=('cargo' 'git' 'pnpm' 'rust')
11optdepends=(
12 'gvfs: scan remote locations'
13 'kio: file-manager context menu integration'
14)
15provides=("liscan=$pkgver")
16conflicts=('liscan')
17source=("liscan::git+$url.git#branch=main")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd liscan
22 git describe --long --tags --abbrev=7 2>/dev/null |
23 sed 's/^v//;s/-/.r/;s/-/./' ||
24 printf '1.0.0.r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
25}
26
27build() {
28 cd liscan
29 pnpm install --frozen-lockfile
30 pnpm build
31 cargo build --manifest-path src-tauri/Cargo.toml --release --locked --bin liscan
32 cargo build --manifest-path src-tauri/admin-helper/Cargo.toml \
33 --target-dir src-tauri/target --release --locked
34}
35
36check() {
37 cd liscan
38 pnpm test
39 cargo test --manifest-path src-tauri/Cargo.toml --all-targets --release --locked
40 cargo test --manifest-path src-tauri/admin-helper/Cargo.toml \
41 --target-dir src-tauri/target --release --locked
42}
43
44package() {
45 cd liscan
46 install -Dm755 src-tauri/target/release/liscan "$pkgdir/usr/bin/liscan"
47 install -Dm755 src-tauri/target/release/liscan-admin-helper \
48 "$pkgdir/usr/libexec/liscan/liscan-admin-helper"
49 install -Dm644 packaging/io.github.liscan.LiScan.policy \
50 "$pkgdir/usr/share/polkit-1/actions/io.github.liscan.LiScan.policy"
51 install -Dm644 packaging/io.github.liscan.LiScan.desktop \
52 "$pkgdir/usr/share/applications/LiScan.desktop"
53 install -Dm644 packaging/io.github.liscan.LiScan.metainfo.xml \
54 "$pkgdir/usr/share/metainfo/io.github.liscan.LiScan.metainfo.xml"
55 install -Dm644 packaging/liscan-servicemenu.desktop \
56 "$pkgdir/usr/share/kio/servicemenus/liscan.desktop"
57 install -Dm644 src-tauri/icons/icon.svg \
58 "$pkgdir/usr/share/icons/hicolor/scalable/apps/io.github.liscan.LiScan.svg"
59 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
60}
61

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 17:35:03 LOW 2

Report a package

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

0 / 4000
Your suggestion