che-bin
maintainer Dominiquini
· 1 votes
· scanned 2026-08-18 05:38:33.671963
LOW
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=aroum
4
_gitname=che
5
_appname=che
6
_appalias=ch
7
pkgname=${_appname}-bin
8
pkgdesc="💥 Blazing fast terminal file manager written in Rust, based on async I/O with true dual panel mode"
9
10
pkgver=26.8.15
11
pkgrel=1
12
_gitversion=v${pkgver}
13
14
arch=('x86_64' 'aarch64')
15
_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
16
17
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
18
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
19
url=${_ghurl}
20
21
license=('MIT')
22
23
provides=("${_appname}" "${_appalias}")
24
conflicts=("${pkgname%-bin}")
25
depends=('glibc' 'libgcc')
26
27
options=('!strip')
28
29
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.zip::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[0]}.zip")
30
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.zip::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[1]}.zip")
31
sha256sums_x86_64=('2ebf84cac16738e9c729ca2b10d76778fda342d39260eda2deb93ac5dea7388f')
32
sha256sums_aarch64=('c8d638ee1f3e1e1c1ceb0ac72715b62fc5bc24629a76c77c01b2535f41982ac0')
33
34
35
case ${CARCH} in
36
${arch[0]})
37
_CARCH=${_barch[0]}
38
;;
39
40
${arch[1]})
41
_CARCH=${_barch[1]}
42
;;
43
esac
44
45
package() {
46
cd "${srcdir}/${_gitname}-${_gitversion}-${_CARCH}/" || exit
47
48
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
49
install -Dm755 "${_appalias}" "${pkgdir}/usr/bin/${_appalias}"
50
51
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
52
53
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
54
}
55
Changes since previous scan
--- PKGBUILD @ 2026-08-17 00:18+++ PKGBUILD @ 2026-08-18 05:38@@ -2,7 +2,8 @@ _gitauthor=aroum _gitname=che-_appname=${_gitname}+_appname=che+_appalias=ch pkgname=${_appname}-bin pkgdesc="💥 Blazing fast terminal file manager written in Rust, based on async I/O with true dual panel mode" @@ -19,8 +20,8 @@ license=('MIT') -provides=("${_appname}")-conflicts=("${_appname}")+provides=("${_appname}" "${_appalias}")+conflicts=("${pkgname%-bin}") depends=('glibc' 'libgcc') options=('!strip')@@ -45,6 +46,7 @@ cd "${srcdir}/${_gitname}-${_gitversion}-${_CARCH}/" || exit install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"+ install -Dm755 "${_appalias}" "${pkgdir}/usr/bin/${_appalias}" install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md" Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 05:38:33 | LOW | 1 |
| 2026-08-17 00:18:29 | CLEAN | 2 |
| 2026-08-16 15:32:49 | LOW | 1 |
| 2026-08-12 00:27:08 | CLEAN | 2 |
| 2026-08-11 13:21:13 | LOW | 1 |