commit 20a9f8431df972103b3f31166037ad82e718edaa parent cc0292599ee8ea5779617f16eb8e64d9be2fd9f8 Author: awy <awy@awy.one> Date: Wed, 24 Dec 2025 01:15:00 +0300 aerc-wizard Diffstat:
| A | aerc-wizard/PKGBUILD | | | 45 | +++++++++++++++++++++++++++++++++++++++++++++ |
| A | aerc-wizard/build.sh | | | 3 | +++ |
2 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/aerc-wizard/PKGBUILD b/aerc-wizard/PKGBUILD @@ -0,0 +1,45 @@ +pkgname=aerc-wizard + +pkgver() { + cd $srcdir/$pkgname + git_ver=$(printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)") + echo "0.0.$git_ver" +} + +pkgver=0.0.r1304.352c8f7 +pkgrel=1 + +pkgdesc='Easily auto-configure aerc and isync/mpop with safe passwords (IMAP/POP3/SMTP)' +arch=('any') +url="https://git.awy.one/$pkgname.git" +license=('GPL3') + +provides=("$pkgname") +conflicts=("$pkgname" "mutt-wizard" "mutt-wizard-git") + +makedepends=('git') +depends=('aerc' 'isync' 'msmtp' 'notmuch-runtime' 'gopass' 'curl' 'libnotify' 'perl') +optdepends=('imagemagick: view images inside of the aerc TUI' + 'w3m: view HTML email and images inside of the aerc TUI' + 'lynx: view HTML email inside of the aerc TUI' + 'links: view HTML email inside of the aerc TUI' + 'elinks: view HTML email inside of the aerc TUI' + 'urlview: list URLs found in mails to open them in a browser' + 'abook: contact store and tab completion' + 'protonmail-bridge: use aerc with protonmail accounts' + 'pam-gnupg: automatically unlock gpg keys at session login' + 'cron: set up automatic mail syncing' + 'mpop: if you want to use POP3 email access') + +options=('zipman') + +source=("git+$url") +# install="$pkgname.install" +sha256sums=('SKIP') + + +package() { + cd "$pkgname" + make PREFIX=/usr DESTDIR="$pkgdir" -s install + install -Dm644 README.md -t"$pkgdir/usr/share/doc/$pkgname/" +} diff --git a/aerc-wizard/build.sh b/aerc-wizard/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +makepkg --sign -f -s -r -c