dethumb
LOW
maintainer sachesi
0 votes
scanned 2026-09-18 19:28:54.129711
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: sachesi <xsachesi@pm.me>
2
3
# pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release.
4
pkgname=dethumb
5
pkgver=0.3.3
6
pkgrel=1
7
pkgdesc='Thumbnailer for Linux .desktop files and Windows .exe binaries'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/sachesi/dethumb'
10
license=('GPL-3.0-or-later')
11
depends=('libgcc' 'glibc')
12
makedepends=('cargo')
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
14
sha256sums=('f804a13505884b2e943db00a46f906bac4da0b626ac96aa3c7bbc91ff7e3e5ae')
15
16
prepare() {
17
cd "$pkgname-$pkgver"
18
export RUSTUP_TOOLCHAIN=stable
19
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
20
}
21
22
build() {
23
cd "$pkgname-$pkgver"
24
export RUSTUP_TOOLCHAIN=stable
25
export CARGO_TARGET_DIR=target
26
cargo build --frozen --release
27
}
28
29
check() {
30
cd "$pkgname-$pkgver"
31
export RUSTUP_TOOLCHAIN=stable
32
export CARGO_TARGET_DIR=target
33
cargo test --frozen
34
}
35
36
package() {
37
cd "$pkgname-$pkgver"
38
install -Dm755 target/release/dethumb -t "$pkgdir/usr/bin"
39
install -Dm644 packaging/usr/share/thumbnailers/dethumb.thumbnailer -t "$pkgdir/usr/share/thumbnailers"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 19:28:54 | Low | 1 |