From f3a2358478288a36ec97f8938f06c0c1ed480a07 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 23 Jul 2016 15:33:28 +0200 Subject: [PATCH] =?UTF-8?q?Add=20the=20p=E2=89=A1p=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/pep.android.k9.txt | 61 +++++++++++++++++++++++++++++++++++++ srclibs/pEpEngine.txt | 2 ++ srclibs/pEpJNIAdapter.txt | 2 ++ srclibs/yml2.txt | 2 ++ 4 files changed, 67 insertions(+) create mode 100644 metadata/pep.android.k9.txt create mode 100644 srclibs/pEpEngine.txt create mode 100644 srclibs/pEpJNIAdapter.txt create mode 100644 srclibs/yml2.txt diff --git a/metadata/pep.android.k9.txt b/metadata/pep.android.k9.txt new file mode 100644 index 0000000000..1a8a70afb6 --- /dev/null +++ b/metadata/pep.android.k9.txt @@ -0,0 +1,61 @@ +Categories:Internet +License:GPLv3 +Web Site:https://prettyeasyprivacy.com/ +Source Code: +Issue Tracker:https://cacert.pep.foundation/trac/ + +Summary:Reliable and confidential communication +Description: +p≡p is a cyber security solution which protects the confidentiality and +reliability of communications for citizens, for public offices and for +enterprises. It provides end-to-end cryptography in all common crypto-standards +through the app that you install on your phone. + +p≡p for Android makes e-mail encryption easy on mobile devices for everyone by +automatic and seamless integration of end-to-end encryption. Set it up with your +existing e-mail address under a minute. Send and receive as many messages as you +want without any restrictions on the number of devices the p≡p app runs on. + +p≡p supports the user with advanced automation and is fully compatible with +OpenPGP + +* it will automatically encrypt your e-mail and attachments, including pictures +* it can ensure no one can intercept your perfectly encrypted e-mail +* it is peer-to-peer and uses no central service +* it works with all your existing e-mail account(s) +* it can authenticate your communication partner and prevent identity theft +* it offers security and privacy by default + +p≡p is end-to-end and supports all commonly used Android devices. + +p≡p is easy for your recipients too – depending on their security capabilities, +they can exchange encrypted messages with you. + +With p≡p, you don’t need a separate account, you can send secure messages to +anyone anywhere, regardless of their email provider. + +Just install the app and you can communicate in confidence with your peers. +. + +Repo Type:git +Repo:https://download.pep-security.net/git/k9-pep + +Build:0.7.3,8 + commit=75e4a7dfe13789854ddfdcf4fe680321bba36dc7 + subdir=k9mail + gradle=fDroid + srclibs=pEpJNIAdapter@dff0851f0,pEpEngine@1fddfbef5b,yml2@8859102a + prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \ + sed -i "s/4.8/4.9/" $$pEpJNIAdapter$$/android/external/Makefile && \ + sed -i 's:include $(ANDROID_NDK_HOME)/\(toolchains/$(NDK_TOOLCHAIN)/setup.mk\):include $(ANDROID_NDK_HOME)/build/core/\1:' $$pEpJNIAdapter$$/android/external/Makefile && \ + sed -i 's:\(ICONV_PREFIX=$(LOCAL)\) \(./build.sh\):\1 bash \2:' $$pEpJNIAdapter$$/android/external/Makefile && \ + sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \ + sed -i 's:YML2PROC=.*$:YML2PROC=src/$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=src/$$yml2$$:' $$pEpEngine$$/Makefile.conf && \ + sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \ + sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \ + sed -i "s:/bin/sh:/bin/bash:" $$pEpEngine$$/build-android/build.sh && \ + sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \ + sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile + +Auto Update Mode:Version v%v +Update Check Mode:Tags diff --git a/srclibs/pEpEngine.txt b/srclibs/pEpEngine.txt new file mode 100644 index 0000000000..c4519a3f79 --- /dev/null +++ b/srclibs/pEpEngine.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://download.pep-security.net/git/pEpEngine diff --git a/srclibs/pEpJNIAdapter.txt b/srclibs/pEpJNIAdapter.txt new file mode 100644 index 0000000000..96ceffd9b2 --- /dev/null +++ b/srclibs/pEpJNIAdapter.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://download.pep-security.net/git/pEpJNIAdapter/ diff --git a/srclibs/yml2.txt b/srclibs/yml2.txt new file mode 100644 index 0000000000..fb0c408429 --- /dev/null +++ b/srclibs/yml2.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://download.pep-security.net/git/yml2