flectar-mail

LOW
maintainer alerque 0 votes scanned 2026-09-24 09:42:26.093386
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: Caleb Maclennan <caleb@alerque.com>
2
3pkgname=flectar-mail
4pkgver=0.1.0alpha.6
5pkgrel=1
6url="https://${pkgname%-*}.com"
7_url="https://github.com/${pkgname/-//}"
8pkgdesc='a lightweight, native client for email, calendars, and contacts'
9arch=(x86_64)
10license=(AGPL-3.0-only)
11depends=(dbus
12 fontconfig
13 glibc # libc.so libm.so
14 hicolor-icon-theme
15 libgcc_s
16 wayland
17# libx11
18# libxcursor
19# libxi
20# libxkbcommon
21# libxkbcommon-x11
22 xdg-utils)
23makedepends=(cargo)
24optdepends=('gnupg: OpenPGP signing and encryption'
25 'org.freedesktop.secrets: secret service provider for storing account credentials'
26 'xdg-desktop-portal: OAuth sign-in')
27_tag=${pkgver/alpha/-alpha}
28_archive="${pkgname#*-}-$_tag"
29source=("$_url/archive/refs/tags/v$_tag/$_archive.tar.gz")
30sha256sums=('e7c36bdbbe249feb143ec64caca4b27ebcd0a5741cb90db105856d801d0d2d57')
31
32_srcenv() {
33 cd "$_archive"
34 export CARGO_HOME="$srcdir"
35 export CARGO_PROFILE_RELEASE_DEBUG=2
36 export CARGO_PROFILE_RELEASE_STRIP=false
37 export CARGO_PROFILE_RELEASE_LTO=thin
38 export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
39 export CARGO_PROFILE_RELEASE_OPT_LEVEL=3
40 CFLAGS+=' -fno-lto'
41 export CARGO_TARGET_DIR=target
42 export RUSTUP_TOOLCHAIN=stable
43}
44
45prepare() {
46 _srcenv
47 cargo fetch --locked --target host-tuple
48}
49
50build() {
51 _srcenv
52 cargo build --frozen --release
53}
54
55package() {
56 cd "$_archive"
57 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
58}
59

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 09:42:26 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