diff --git a/metadata/org.aminb.mathtools.app.txt b/metadata/org.aminb.mathtools.app.txt new file mode 100644 index 0000000000..1dd9876bec --- /dev/null +++ b/metadata/org.aminb.mathtools.app.txt @@ -0,0 +1,32 @@ +Categories:Science & Education +License:GPLv3 +Web Site:https://github.com/aminb/mathtools +Source Code:https://github.com/aminb/mathtools +Issue Tracker:https://github.com/aminb/mathtools/issues + +Auto Name:MATHTools +Summary:Tools for highschool math +Description: +Collection of handy tools for highschool (and early university) students +who deal with math. +. + +Repo Type:git +Repo:https://github.com/aminb/mathtools + +Build:0.1,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/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.1 +Current Version Code:1 + diff --git a/srclibs/CommonsMath.txt b/srclibs/CommonsMath.txt new file mode 100644 index 0000000000..39493b2c8b --- /dev/null +++ b/srclibs/CommonsMath.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/apache/commons-math.git