fdroiddata/metadata/com.docd.purefm.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

49 lines
1.2 KiB
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/Doctoror/Pure-File-Manager
IssueTracker: https://github.com/Doctoror/Pure-File-Manager/issues
AutoName: Pure File Manager
Summary: Simple file manager
Description: Minimal file manager with root support.
RepoType: git
Repo: https://github.com/Doctoror/Pure-File-Manager
Builds:
- versionName: 0.1a
versionCode: 1
disable: jars
commit: d3911548327f81072f1f636ffc73298b30835f55
subdir: purefm
gradle:
- yes
srclibs:
- RootTools@3.4
- CommonsIO@2.4
- CommonsLang@LANG_3_2_1
- CommonsCodec@1.9
rm:
- purefm/libs/*
- purefm/src/androidTest/assets/busybox
prebuild:
- pushd $$CommonsIO$$
- $$MVN3$$ package
- popd
- cp $$CommonsIO$$/target/commons-io-2.4.jar libs/
- pushd $$CommonsLang$$
- $$MVN3$$ package
- popd
- cp $$CommonsLang$$/target/commons-lang3-3.2.1.jar libs/
- pushd $$CommonsCodec$$
- $$MVN3$$ package
- popd
- cp $$CommonsCodec$$/target/commons-codec-1.9.jar libs/
- cp -fR $$RootTools$$/RootTools/src/main/java/com src/
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.1a
CurrentVersionCode: 1