zapfast-bin
LOW
maintainer crmne
0 votes
scanned 2026-09-14 11:16:56.753038
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: Carmine Paolino <carmine@paolino.me>
2
pkgname=zapfast-bin
3
pkgver=0.13.0
4
pkgrel=1
5
pkgdesc="Fast native WhatsApp client built with Rust and egui"
6
arch=('x86_64' 'aarch64')
7
url="https://zapfast.rocks"
8
license=('MIT')
9
install="${pkgname}.install"
10
# Nothing beyond libc is linked directly; winit and glutin dlopen these at
11
# startup, and this is a GUI-only application, so all of them have to be
12
# there for it to run at all.
13
depends=('alsa-lib' 'libglvnd' 'libxkbcommon' 'wayland' 'libx11')
14
optdepends=('libxkbcommon-x11: keyboard handling in X11 sessions'
15
'noto-fonts-emoji: colour emoji in messages and reactions'
16
'xdg-desktop-portal: the file picker for attachments')
17
provides=('zapfast' 'fastsapp')
18
conflicts=('zapfast' 'zapfast-git' 'fastsapp' 'fastsapp-bin' 'fastsapp-git')
19
replaces=('fastsapp-bin')
20
options=('!debug' '!strip')
21
_repo="https://github.com/crmne/zapfast"
22
source_x86_64=("${_repo}/releases/download/v${pkgver}/zapfast-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
23
source_aarch64=("${_repo}/releases/download/v${pkgver}/zapfast-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
24
sha256sums_x86_64=('676038d540381a51b13b4880b2e117b324cf4b64e5bb0d69316557e6a3f0e405')
25
sha256sums_aarch64=('06d4402d2a1ac35112429499eb8a23ff87b7eb519b9a9b54358cdfdf74aacd1d')
26
27
package() {
28
local target
29
case "$CARCH" in
30
x86_64) target="x86_64-unknown-linux-gnu" ;;
31
aarch64) target="aarch64-unknown-linux-gnu" ;;
32
esac
33
local dir="${srcdir}/zapfast-v${pkgver}-${target}"
34
35
install -Dm755 "${dir}/zapfast" "${pkgdir}/usr/bin/zapfast"
36
install -Dm644 "${dir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
37
install -Dm644 "${dir}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38
install -Dm644 "${dir}/packaging/applications/zapfast.desktop" \
39
"${pkgdir}/usr/share/applications/zapfast.desktop"
40
install -Dm644 "${dir}/packaging/icons/zapfast.svg" \
41
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/zapfast.svg"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 11:16:56 | Low | 1 |