deja-bin
maintainer trly
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's GitHub releases, which is a common and generally trusted practice; while the low vote count and recent upload are noted, the sources are verifiable via checksums and hosted on an official platform.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads prebuilt binaries from the project's GitHub releases, which is a common and generally trusted practice; while the low vote count and recent upload are noted, the sources are verifiable via checksums and hosted on an official platform.
PKGBUILD
1
# Maintainer: Travis Lyons <pkgbuild at trly dot dev>
2
pkgname=deja-bin
3
pkgver=0.3.2
4
pkgrel=1
5
pkgdesc="Predictive inline shell autosuggestions for zsh"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/Giammarco-Ferranti/deja"
8
license=('MIT')
9
depends=('glibc' 'zsh')
10
provides=("deja=${pkgver}")
11
conflicts=('deja')
12
options=('!debug' '!strip')
13
source_x86_64=("${url}/releases/download/v${pkgver}/deja_${pkgver}_linux_amd64.tar.gz")
14
source_aarch64=("${url}/releases/download/v${pkgver}/deja_${pkgver}_linux_arm64.tar.gz")
15
sha256sums_x86_64=('f8ffcbefa37b3c1a8287d397518ba5586fcc069b0d1fa53da94736f2edc37642')
16
sha256sums_aarch64=('726b08adf7d6707f00f0f4e281422f4286a703b1f7be59251a84d131bfcd635a')
17
18
package() {
19
install -Dm755 deja -t "${pkgdir}/usr/bin/"
20
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
21
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 07:17:22 | LOW | 2 |