sarbs-mutt-wizzard-de-git

LOW
maintainer Sergius 0 votes scanned 2026-09-06 13:11:32.219503
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: Sergius <sergius AT sarbs DOT xyz>
2
3_gitname=mutt-wizzard-de
4pkgname=sarbs-mutt-wizzard-de-git
5pkgver=2026.08.22.r16.gc9b2dba
6pkgrel=1
7pkgdesc="Automatisierte Neomutt-Konfiguration mit IMAP/SMTP – deutsche Version von mutt-wizard (Teil von SARBS)"
8arch=('any')
9url="https://codeberg.org/Sergius/mutt-wizzard-de"
10license=('GPL-3.0-or-later')
11depends=('bash' 'neomutt' 'isync' 'msmtp' 'pass' 'curl' 'ca-certificates' 'gettext')
12optdepends=('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')
20makedepends=('git')
21provides=('mutt-wizard')
22conflicts=('mutt-wizard')
23source=("git+$url")
24sha256sums=('SKIP')
25
26pkgver() {
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
32package() {
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)SeverityRules
2026-09-06 13:11:32 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