notmutt

LOW
maintainer timebomb 0 votes scanned 2026-08-25 05:25:49.966969
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: Reza Jelveh <reza.jelveh+git@gmail.com>
2#
3# 0.1.7 substituted by the release workflow; the git source pins the
4# tagged commit (sha256sums=SKIP is AUR-legal for VCS sources).
5pkgname=notmutt
6pkgver=0.1.7
7pkgrel=1
8pkgdesc='Async terminal email client built on notmuch'
9arch=('x86_64')
10url='https://github.com/fishman/notmutt'
11license=('Apache-2.0')
12depends=('notmuch')
13makedepends=('go')
14source=("notmutt::git+https://github.com/fishman/notmutt.git#tag=v${pkgver}")
15sha256sums=('SKIP')
16
17build() {
18 cd "$srcdir/notmutt/src"
19 go build -tags lua -o ../notmutt .
20}
21
22package() {
23 cd "$srcdir/notmutt"
24 install -Dm755 notmutt "$pkgdir/usr/bin/notmutt"
25 install -Dm644 README.md "$pkgdir/usr/share/doc/notmutt/README.md"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 05:25:49 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