fastsapp

LOW
maintainer crmne 0 votes scanned 2026-08-29 17:40:20.882297
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: Carmine Paolino <carmine@paolino.me>
2pkgname=fastsapp
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Fast native WhatsApp client built with Rust and egui"
6arch=('x86_64' 'aarch64')
7url="https://github.com/crmne/fastsapp"
8license=('MIT')
9install="${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.
13depends=('libglvnd' 'libxkbcommon' 'wayland' 'libx11')
14optdepends=('libxkbcommon-x11: keyboard handling in X11 sessions'
15 'noto-fonts-emoji: colour emoji in messages and reactions'
16 'ffmpeg: playing GIFs'
17 'xdg-desktop-portal: the file picker for attachments')
18conflicts=('fastsapp-git')
19options=('!debug' '!strip')
20_repo="https://github.com/crmne/fastsapp"
21source_x86_64=("${_repo}/releases/download/v${pkgver}/fastsapp-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
22source_aarch64=("${_repo}/releases/download/v${pkgver}/fastsapp-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
23sha256sums_x86_64=('b33a8118f886283d2cb68a54ca2a325e562312dc375fc24db6b3586ffc45149d')
24sha256sums_aarch64=('ddd1718f1a9d422dea31f4697396fd4226a0d40103f30a1e0144bab4e5047d50')
25
26package() {
27 local target
28 case "$CARCH" in
29 x86_64) target="x86_64-unknown-linux-gnu" ;;
30 aarch64) target="aarch64-unknown-linux-gnu" ;;
31 esac
32 local dir="${srcdir}/fastsapp-v${pkgver}-${target}"
33
34 install -Dm755 "${dir}/fastsapp" "${pkgdir}/usr/bin/fastsapp"
35 install -Dm644 "${dir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36 install -Dm644 "${dir}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
37 install -Dm644 "${dir}/packaging/applications/fastsapp.desktop" \
38 "${pkgdir}/usr/share/applications/fastsapp.desktop"
39 install -Dm644 "${dir}/packaging/icons/fastsapp.svg" \
40 "${pkgdir}/usr/share/icons/hicolor/scalable/apps/fastsapp.svg"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 17:40:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion