bennu-bin
LOW
maintainer Yuan_MinG
0 votes
scanned 2026-09-11 13:22:32.935812
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
pkgname=bennu-bin
2
pkgver=0.3.0
3
pkgrel=1
4
pkgdesc='Bennu — Linux desktop file manager written in Rust and Iced'
5
arch=('x86_64')
6
url='https://github.com/nsjsv/Bennu'
7
license=('GPL-3.0-or-later')
8
depends=(
9
'acl'
10
'alsa-lib'
11
'dav1d'
12
'fontconfig'
13
'glib2'
14
'libnotify'
15
'libxkbcommon'
16
'wayland'
17
'wl-clipboard'
18
'xdg-utils'
19
)
20
optdepends=(
21
'7zip: 7z and rar preview and extraction, plus 7z creation'
22
'ffmpeg: video preview and metadata support'
23
'ffmpegthumbnailer: video thumbnail generation'
24
'gvfs: SFTP and WebDAV network locations'
25
'gvfs-afc: Apple/AFC portable device support'
26
'gvfs-gphoto2: digital camera/GPhoto support'
27
'gvfs-mtp: Android and media-player MTP support'
28
'gvfs-smb: SMB network locations'
29
'libreoffice: Office document preview (provided by libreoffice-fresh or libreoffice-still)'
30
'libsecret: saved network passwords'
31
'poppler: PDF and Office document preview'
32
'udisks2: storage device discovery and management'
33
)
34
provides=('file-manager')
35
conflicts=('file-manager')
36
source_x86_64=("https://github.com/nsjsv/Bennu/releases/download/v${pkgver}/bennu-v${pkgver}-x86_64.tar.gz")
37
sha256sums_x86_64=('2bfa0bf979a36902974a3dcd06b2b69878e54c2a6286bfb75f99c23fa24824e7')
38
39
package() {
40
cp -a "${srcdir}/bennu-v${pkgver}-x86_64/usr" "${pkgdir}/"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 13:22:32 | Low | 1 |