fdroiddata/metadata/dudeofx.eval.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

37 lines
999 B
YAML

Categories:
- Science & Education
License: PublicDomain
WebSite: https://sourceforge.net/projects/mathexpressionevaluator
SourceCode: https://sourceforge.net/p/mathexpressionevaluator/code
IssueTracker: https://sourceforge.net/p/mathexpressionevaluator/discussion
AutoName: Expression Evaluator
Summary: Expression Evaluator (calculator)
Description: |-
The program takes in mathematical expressions and evaluates them. Its a little
bit more useful then a common calculator in that it handles variables. The look
and feel is more towards a programming language. Simplified version of MathCad
or Linux octave.
Example input:
apple = 12, orange = 7 (apple/2 + orange)*10
Example output:
130.0
RepoType: git
Repo: https://git.code.sf.net/p/mathexpressionevaluator/code
Builds:
- versionName: '1.1'
versionCode: 101
commit: bf1952
target: android-10
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.1'
CurrentVersionCode: 101