6c177c1fc3
!5262 ```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 ```
33 lines
898 B
YAML
33 lines
898 B
YAML
Categories:
|
|
- Science & Education
|
|
License: BSD-3-Clause
|
|
WebSite: http://diygenomics.org
|
|
SourceCode: https://github.com/lablogga/DIYgenomics_Android
|
|
IssueTracker: https://github.com/lablogga/DIYgenomics_Android/issues
|
|
|
|
AutoName: DIYgenomics
|
|
Summary: Comparison of genomic services
|
|
Description: |-
|
|
Side-by-side comparison of consumer genomic services (deCODEme, Navigenics, and
|
|
23andme) by loci and variants for 20 conditions (diabetes, cancers, etc.)
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/lablogga/DIYgenomics_Android.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 6
|
|
commit: 30e284b
|
|
subdir: PG
|
|
srclibs:
|
|
- FinfAgent@v0.1
|
|
prebuild:
|
|
- rm libs/FlurryAgent.jar
|
|
- echo "android.library.reference.1=$$FinfAgent$$" >> project.properties
|
|
target: android-8
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 6
|