disktree-bin
LOW
maintainer douglasdemoura
0 votes
scanned 2026-09-25 21:13:17.793975
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>
2
pkgname=disktree-bin
3
pkgver=0.10.0
4
pkgrel=1
5
pkgdesc="A treemap for finding and removing what fills your disk, for Omarchy. Rust + GPUI (prebuilt binary)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/tobi/disktree"
8
license=('MIT')
9
depends=('gcc-libs' 'wayland' 'libxkbcommon' 'libxkbcommon-x11' 'libxcb'
10
'libglvnd')
11
optdepends=('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')
14
provides=("disktree=$pkgver")
15
conflicts=('disktree')
16
source_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")
17
source_aarch64=("$pkgname-$pkgver-aarch64-linux.tar.gz::https://github.com/tobi/disktree/releases/download/v$pkgver/disktree-$pkgver-aarch64-linux.tar.gz")
18
sha256sums_x86_64=('d3055705b4c9d9aee5b54fa3fb774bf5d54dbbfddb6f6850f077a4634936a6e9')
19
sha256sums_aarch64=('bd7e2bce950c1d3e33e73ef640e950cac88998b540f326cccb6be87436bc47e8')
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-25 21:13:17 | Low | 1 |