43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
|
Disabled: only publish when provider that doesn't require API keys is available or
|
||
|
we have an ssh or rsync app in the repository v1.0
|
||
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://github.com/mrpdaemon/encdroid
|
||
|
IssueTracker: https://github.com/mrpdaemon/encdroid/issues
|
||
|
|
||
|
AutoName: Encdroid
|
||
|
Summary: Access encrypted files
|
||
|
Description: |-
|
||
|
Decrypt and access files from an [https://en.wikipedia.org/wiki/EncFS EncFS]
|
||
|
storage.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/mrpdaemon/encdroid.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
disable: see Disabled
|
||
|
commit: dummy
|
||
|
srclibs:
|
||
|
- EncfsJava@v0.1
|
||
|
extlibs:
|
||
|
- dropbox-sdk/dropbox-android-sdk-1.5.1.jar
|
||
|
- httpmime/httpmime-4.0.3.jar
|
||
|
- json-simple/json_simple-1.1.jar
|
||
|
prebuild:
|
||
|
- mvn package -f $$EncfsJava$$/pom.xml
|
||
|
- cp $$EncfsJava$$/target/encfs-java-0.1.jar libs/
|
||
|
target: android-13
|
||
|
|
||
|
MaintainerNotes: |-
|
||
|
In the event that this is ever enabled, also check that the openssl source
|
||
|
(it has its own copy embedded in the source repo) is not vulnerable to
|
||
|
CVE-2014-0160.
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 2.1.1
|
||
|
CurrentVersionCode: 1400211
|