fdroiddata/metadata/org.aminb.mathtools.app.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

53 lines
1.1 KiB
YAML

Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://github.com/aminb/mathtools
IssueTracker: https://github.com/aminb/mathtools/issues
AutoName: MATHTools
Summary: Tools for highschool math
Description: |-
Collection of handy tools for highschool (and early university) students who
deal with math.
RepoType: git
Repo: https://github.com/aminb/mathtools
Builds:
- versionName: '0.1'
versionCode: 1
commit: v0.1
subdir: app
gradle:
- yes
srclibs:
- CommonsMath@MATH_3_3
rm:
- app/libs/commons-math3-3.3.jar
prebuild:
- pushd $$CommonsMath$$
- $$MVN3$$ package
- popd
- cp $$CommonsMath$$/target/commons-math3-3.3.jar libs/
- versionName: '0.2'
versionCode: 2
commit: v0.2
subdir: app
gradle:
- yes
srclibs:
- CommonsMath@MATH_3_3
rm:
- app/libs/commons-math3-3.3.jar
prebuild:
- pushd $$CommonsMath$$
- $$MVN3$$ package
- popd
- cp $$CommonsMath$$/target/commons-math3-3.3.jar libs/
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '0.2'
CurrentVersionCode: 2