summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMads Peter Rommedahl2020-11-14 21:42:33 +0100
committerMads Peter Rommedahl2020-11-14 21:42:33 +0100
commit05430f3444fdac47d538804dacd3b46b88fab9f8 (patch)
tree4ac5cf4a2b2341c7e7452938055b0799e1f41e90
downloadaur-05430f3444fdac47d538804dacd3b46b88fab9f8.tar.gz
Initial commit of new ProtonMail Import Export tool for Proton Plus subscribers
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD20
2 files changed, 41 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a160a0366833
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = protonmail-import-export-app-bin
+ pkgdesc = The Import-Export app helps you to migrate your emails from local files or remote IMAP servers to ProtonMail or simply export emails to local folder.
+ pkgver = 1.1.2
+ pkgrel = 1
+ url = https://www.protonmail.com/ie
+ arch = x86_64
+ license = GPLv3
+ depends = qt5-base
+ depends = qt5-multimedia
+ depends = libsecret
+ depends = ttf-dejavu
+ optdepends = pass: pass support
+ optdepends = gnome-keyring: gnome-keyring support
+ provides = protonmail-import-export-app
+ conflicts = protonmail-import-export-app
+ conflicts = protonmail-import-export-app-beta-bin
+ source = https://protonmail.com/download/ie/protonmail-import-export-app_1.1.2-1_amd64.deb
+ sha256sums = 8c08e5dd2f0f60bd2fedf552c9fbb11bf00a5927848844eb9e2fc50295b1f573
+
+pkgname = protonmail-import-export-app-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c676eeb23b64
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Proton Technologies AG (ProtonMail Bridge developers) <bridge@protonmail.ch>
+_pkgname=protonmail-import-export-app
+pkgname=$_pkgname-bin
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="The Import-Export app helps you to migrate your emails from local files or remote IMAP servers to ProtonMail or simply export emails to local folder."
+arch=("x86_64")
+url="https://www.protonmail.com/ie"
+license=("GPLv3")
+depends=( 'qt5-base' 'qt5-multimedia' 'libsecret' 'ttf-dejavu' )
+optdepends=( 'pass: pass support' 'gnome-keyring: gnome-keyring support')
+conflicts=("$_pkgname" "$_pkgname-beta-bin")
+provides=("$_pkgname")
+source=("https://protonmail.com/download/ie/protonmail-import-export-app_1.1.2-1_amd64.deb")
+sha256sums=("8c08e5dd2f0f60bd2fedf552c9fbb11bf00a5927848844eb9e2fc50295b1f573")
+
+package() {
+ tar -xJC "$pkgdir" -f data.tar.xz
+ rm -rf "$pkgdir/opt"
+}