disktree-bin

LOW
maintainer douglasdemoura 0 votes scanned 2026-09-25 21:13:17.793975
View on AUR
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: Douglas de Moura <douglasdemoura@users.noreply.github.com>
2pkgname=disktree-bin
3pkgver=0.10.0
4pkgrel=1
5pkgdesc="A treemap for finding and removing what fills your disk, for Omarchy. Rust + GPUI (prebuilt binary)"
6arch=('x86_64' 'aarch64')
7url="https://github.com/tobi/disktree"
8license=('MIT')
9depends=('gcc-libs' 'wayland' 'libxkbcommon' 'libxkbcommon-x11' 'libxcb'
10 'libglvnd')
11optdepends=('mesa: GL driver for rendering (or your GPU vendor driver)'
12 'trash-cli: move marked files to the trash with trash-put'
13 'glib2: move marked files to the trash with gio trash')
14provides=("disktree=$pkgver")
15conflicts=('disktree')
16source_x86_64=("$pkgname-$pkgver-x86_64-linux.tar.gz::https://github.com/tobi/disktree/releases/download/v$pkgver/disktree-$pkgver-x86_64-linux.tar.gz")
17source_aarch64=("$pkgname-$pkgver-aarch64-linux.tar.gz::https://github.com/tobi/disktree/releases/download/v$pkgver/disktree-$pkgver-aarch64-linux.tar.gz")
18sha256sums_x86_64=('d3055705b4c9d9aee5b54fa3fb774bf5d54dbbfddb6f6850f077a4634936a6e9')
19sha256sums_aarch64=('bd7e2bce950c1d3e33e73ef640e950cac88998b540f326cccb6be87436bc47e8')
20
21package() {
22 cd "disktree-$pkgver-$CARCH-linux"
23 install -Dm755 disktree "$pkgdir/usr/bin/disktree"
24 install -Dm644 disktree.svg \
25 "$pkgdir/usr/share/icons/hicolor/scalable/apps/disktree.svg"
26 sed -e 's|@BINDIR@|/usr/bin|g' -e "s|@VERSION@|$pkgver|g" \
27 disktree.desktop.in > "disktree.desktop"
28 install -Dm644 "disktree.desktop" \
29 "$pkgdir/usr/share/applications/disktree.desktop"
30 install -Dm644 LICENSE \
31 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 21:13:17 Low 1

Report a package

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

0 / 4000
Your suggestion