52 lines
1.1 KiB
YAML
52 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
|
||
|
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
|