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>
2
pkgname=liscan-git
3
pkgver=1.0.0.r0.gd7be32c
4
pkgrel=1
5
pkgdesc="Clear, complete disk usage scanner for Linux"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/RamazanBerk20/LiScan"
8
license=('GPL-3.0-or-later')
9
depends=('gtk3' 'webkit2gtk-4.1' 'glib2' 'polkit')
10
makedepends=('cargo' 'git' 'pnpm' 'rust')
11
optdepends=(
12
'gvfs: scan remote locations'
13
'kio: file-manager context menu integration'
14
)
15
provides=("liscan=$pkgver")
16
conflicts=('liscan')
17
source=("liscan::git+$url.git#branch=main")
18
sha256sums=('SKIP')
19
20
pkgver() {
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
27
build() {
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
36
check() {
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
44
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |