aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/mail
diff options
context:
space:
mode:
Diffstat (limited to 'meta/mail')
-rw-r--r--meta/mail/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/mail/PKGBUILD b/meta/mail/PKGBUILD
new file mode 100644
index 0000000..942dc65
--- /dev/null
+++ b/meta/mail/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
+pkgname=strisemarx-mail
+pkgver=6
+pkgrel=1
+pkgdesc="strisemarx's mail metapackage"
+arch=('any')
+url="https://strisemarx.com"
+license=('GPL3')
+depends=(
+ 'aerc'
+ 'khal'
+ 'khard'
+ 'protonmail-bridge-nogui'
+ 'vdirsyncer'
+)
+
+# vim: ts=2 sw=2 et: