notmutt
LOW
maintainer timebomb
0 votes
scanned 2026-08-25 05:25:49.966969
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).
5
pkgname=notmutt
6
pkgver=0.1.7
7
pkgrel=1
8
pkgdesc='Async terminal email client built on notmuch'
9
arch=('x86_64')
10
url='https://github.com/fishman/notmutt'
11
license=('Apache-2.0')
12
depends=('notmuch')
13
makedepends=('go')
14
source=("notmutt::git+https://github.com/fishman/notmutt.git#tag=v${pkgver}")
15
sha256sums=('SKIP')
16
17
build() {
18
cd "$srcdir/notmutt/src"
19
go build -tags lua -o ../notmutt .
20
}
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-25 05:25:49 | Low | 1 |