nmail-bin
LOW
maintainer fr0stb1rd
0 votes
scanned 2026-09-26 15:15:21.013550
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: fr0stb1rd <fr0stb1rd@proton.me>
2
3
_pkgname="nmail"
4
pkgname="$_pkgname-bin"
5
pkgver="5.16.4"
6
pkgrel=1
7
pkgdesc="Terminal-based email client for Linux and macOS with IMAP and SMTP support (prebuilt)"
8
url="https://github.com/d99kris/nmail"
9
license=('MIT')
10
arch=('x86_64' 'aarch64')
11
provides=("${_pkgname}")
12
conflicts=("${_pkgname}")
13
14
depends=(
15
'file'
16
'python'
17
)
18
19
optdepends=(
20
'w3m: HTML email rendering and viewing'
21
'pandoc: HTML to text and Markdown to HTML conversion'
22
'lynx: fallback HTML viewer'
23
'elinks: fallback HTML viewer'
24
'discount: Markdown to HTML conversion (fallback to pandoc)'
25
'aspell: spell checking composed messages'
26
'ispell: alternative spell checker'
27
)
28
29
source_x86_64=("https://github.com/d99kris/nmail/releases/download/v$pkgver/$_pkgname-$pkgver-linux-x86_64-glibc.tar.gz")
30
source_aarch64=("https://github.com/d99kris/nmail/releases/download/v$pkgver/$_pkgname-$pkgver-linux-arm64-glibc.tar.gz")
31
32
sha256sums_x86_64=('11553cd105c140ec91b18247ddbfb90b23d35a1a84a4cb32b8d7e72715931361')
33
sha256sums_aarch64=('1512b2c670bc7b9ad481ecf8e5eba86bfcd55cb49d0ee0459dd3dc0b6bad80b7')
34
35
package() {
36
local _dir="$_pkgname-$pkgver-linux-${CARCH/aarch64/arm64}-glibc"
37
38
install -d "$pkgdir/usr/bin"
39
install -d "$pkgdir/usr/share/man/man1"
40
install -d "$pkgdir/usr/share/licenses/$pkgname"
41
install -d "$pkgdir/usr/share/doc/$pkgname"
42
43
install -m755 "$srcdir/$_dir/bin/nmail" "$pkgdir/usr/bin/"
44
install -m644 "$srcdir/$_dir/share/man/man1/nmail.1" "$pkgdir/usr/share/man/man1/"
45
install -m644 "$srcdir/$_dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
46
install -m644 "$srcdir/$_dir/THIRD_PARTY_LICENSES" "$pkgdir/usr/share/licenses/$pkgname/"
47
install -m644 "$srcdir/$_dir/share/doc/nmail/"* "$pkgdir/usr/share/doc/$pkgname/"
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 15:15:21 | Low | 1 |