New app: MATHTools
This commit is contained in:
parent
de78109c2a
commit
61dd65fff4
32
metadata/org.aminb.mathtools.app.txt
Normal file
32
metadata/org.aminb.mathtools.app.txt
Normal file
|
@ -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
|
||||
|
2
srclibs/CommonsMath.txt
Normal file
2
srclibs/CommonsMath.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/apache/commons-math.git
|
Loading…
Reference in a new issue