sarbs-mutt-wizzard-de-git
LOW
maintainer Sergius
0 votes
scanned 2026-09-06 13:11:32.219503
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: Sergius <sergius AT sarbs DOT xyz>
2
3
_gitname=mutt-wizzard-de
4
pkgname=sarbs-mutt-wizzard-de-git
5
pkgver=2026.08.22.r16.gc9b2dba
6
pkgrel=1
7
pkgdesc="Automatisierte Neomutt-Konfiguration mit IMAP/SMTP – deutsche Version von mutt-wizard (Teil von SARBS)"
8
arch=('any')
9
url="https://codeberg.org/Sergius/mutt-wizzard-de"
10
license=('GPL-3.0-or-later')
11
depends=('bash' 'neomutt' 'isync' 'msmtp' 'pass' 'curl' 'ca-certificates' 'gettext')
12
optdepends=('goimapnotify: Push-Benachrichtigungen für neue Mails'
13
'lynx: HTML-Mails im Terminal anzeigen'
14
'notmuch: Mails durchsuchen und indizieren'
15
'abook: Adressbuch'
16
'urlview: URLs aus Mails extrahieren'
17
'cronie: automatische Synchronisation per Cronjob'
18
'mpop: POP3-Unterstützung'
19
'bogofilter: SPAM-Filter')
20
makedepends=('git')
21
provides=('mutt-wizard')
22
conflicts=('mutt-wizard')
23
source=("git+$url")
24
sha256sums=('SKIP')
25
26
pkgver() {
27
cd "$_gitname"
28
printf "%s.r%s.g%s" "$(git log -1 --format=%cd --date=format:'%Y.%m.%d')" \
29
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
30
}
31
32
package() {
33
cd "$_gitname"
34
make PREFIX=/usr DESTDIR="$pkgdir" install
35
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Low | 1 |