nmail-bin

LOW
maintainer fr0stb1rd 0 votes scanned 2026-09-26 15:15:21.013550
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: fr0stb1rd <fr0stb1rd@proton.me>
2
3_pkgname="nmail"
4pkgname="$_pkgname-bin"
5pkgver="5.16.4"
6pkgrel=1
7pkgdesc="Terminal-based email client for Linux and macOS with IMAP and SMTP support (prebuilt)"
8url="https://github.com/d99kris/nmail"
9license=('MIT')
10arch=('x86_64' 'aarch64')
11provides=("${_pkgname}")
12conflicts=("${_pkgname}")
13
14depends=(
15 'file'
16 'python'
17)
18
19optdepends=(
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
29source_x86_64=("https://github.com/d99kris/nmail/releases/download/v$pkgver/$_pkgname-$pkgver-linux-x86_64-glibc.tar.gz")
30source_aarch64=("https://github.com/d99kris/nmail/releases/download/v$pkgver/$_pkgname-$pkgver-linux-arm64-glibc.tar.gz")
31
32sha256sums_x86_64=('11553cd105c140ec91b18247ddbfb90b23d35a1a84a4cb32b8d7e72715931361')
33sha256sums_aarch64=('1512b2c670bc7b9ad481ecf8e5eba86bfcd55cb49d0ee0459dd3dc0b6bad80b7')
34
35package() {
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)SeverityRules
2026-09-26 15:15:21 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