flectar-mail
LOW
maintainer alerque
0 votes
scanned 2026-09-24 09:42:26.093386
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
3
pkgname=flectar-mail
4
pkgver=0.1.0alpha.6
5
pkgrel=1
6
url="https://${pkgname%-*}.com"
7
_url="https://github.com/${pkgname/-//}"
8
pkgdesc='a lightweight, native client for email, calendars, and contacts'
9
arch=(x86_64)
10
license=(AGPL-3.0-only)
11
depends=(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)
23
makedepends=(cargo)
24
optdepends=('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"
29
source=("$_url/archive/refs/tags/v$_tag/$_archive.tar.gz")
30
sha256sums=('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
45
prepare() {
46
_srcenv
47
cargo fetch --locked --target host-tuple
48
}
49
50
build() {
51
_srcenv
52
cargo build --frozen --release
53
}
54
55
package() {
56
cd "$_archive"
57
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
58
}
59
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-24 09:42:26 | Low | 1 |