fdroiddata/metadata/com.xlythe.calculator.material.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

44 lines
1.1 KiB
YAML

Categories:
- Science & Education
License: Apache-2.0
SourceCode: https://github.com/Xlythe/android_packages_apps_Calculator
IssueTracker: https://github.com/Xlythe/android_packages_apps_Calculator/issues
AutoName: Calculator
Summary: Make calculations
Description: |-
A simple calculator that tries to make graphing and matrix math as simple as
adding or multiplying two numbers. Slide left and right to access more panels.
Continuation of [[com.android2.calculator3]].
RepoType: git
Repo: https://github.com/Xlythe/android_packages_apps_Calculator.git
Builds:
- versionName: '5.4'
versionCode: 93
commit: 1c305c1e9e6b2ab2225d218576984d329913b1d9
subdir: mobile
gradle:
- yes
srclibs:
- Google-Gson@gson-2.2.4
rm:
- mobile/libs/*jar
- legacy-mobile
- wear
- glass
- GDK-ProgressBar
prebuild:
- sed -i -e '/wearApp/d' build.gradle
- pushd $$Google-Gson$$
- $$MVN3$$ package
- popd
- cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '5.4'
CurrentVersionCode: 93