tidemail-bin
LOW
maintainer alliehere
0 votes
scanned 2026-09-17 13:25:46.713858
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: Allie Bayless <drbayless@gmail.com>
2
#
3
# Generated from packaging/aur/PKGBUILD.in by packaging/aur/render-pkgbuild.sh.
4
# Edit the template in the tidemail repository, not this file.
5
6
pkgname=tidemail-bin
7
pkgver=1.0.18
8
pkgrel=1
9
pkgdesc="Keyboard-first terminal email client with multi-account mail, a unified inbox, drafts, contacts, search, and optional AI tools"
10
arch=('x86_64' 'aarch64')
11
url="https://github.com/allisonhere/tidemail"
12
license=('MIT')
13
provides=("tidemail=$pkgver")
14
conflicts=('tidemail')
15
optdepends=(
16
'xdg-utils: open links and attachments in a desktop application'
17
'wl-clipboard: clipboard support on Wayland'
18
'xclip: clipboard support on X11'
19
'xsel: clipboard support on X11 (alternative to xclip)'
20
'libnotify: desktop notifications for new mail'
21
)
22
# Upstream ships a static, already-stripped binary; re-stripping it only
23
# produces an empty debug package.
24
options=('!strip' '!debug')
25
26
source=("LICENSE-$pkgver::$url/raw/v$pkgver/LICENSE")
27
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/tidemail-linux-x86_64.tar.gz")
28
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/tidemail-linux-aarch64.tar.gz")
29
sha256sums=('7ded3abde5f4be92306e0ee24c6db97b1825e4eaa1b8fd473669c521f5a409dd')
30
sha256sums_x86_64=('782b4eac9208b7ee32a7c2532cc230daf05a348024a4512e220e8a4dc6b02fc4')
31
sha256sums_aarch64=('64b54eab2e3bef61cde93edc4b9295ef475ad0f6ffd5d38d3800cdb3d593915d')
32
33
package() {
34
install -Dm755 "$srcdir/tidemail-linux-$CARCH" "$pkgdir/usr/bin/tidemail"
35
install -Dm644 "$srcdir/LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 13:25:46 | Low | 1 |