fdroiddata/metadata/io.cardijey.schulrechner.yml
2025-10-06 05:55:09 +00:00

180 lines
5.5 KiB
YAML

Categories:
- Calculator
- Science & Education
- System
License: GPL-3.0-only
AuthorName: Joris Yidong Scholl
AuthorEmail: joris.scholl@posteo.de
WebSite: https://cardijey.github.io#schulrechner
SourceCode: https://github.com/CardiJey/schulrechner
IssueTracker: https://github.com/CardiJey/schulrechner/issues
Liberapay: CardiJey
AutoName: Schulrechner
RepoType: git
Repo: https://github.com/CardiJey/schulrechner.git
Builds:
- versionName: 1.7.0
versionCode: 10700
commit: 16731b9e18727accdf6b9ca48ff85297de0cb4a5
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
- cordova platform add android
- npm install --build-from-source
- cd mathjs
- npm install --build-from-source
scandelete:
- node_modules
build:
- cd mathjs
- npm run build
- cd ..
- mv mathjs/lib/browser/math.js www/js/math.js
- npm run update_version
- cordova build android --release -- --packageType=apk
- versionName: 1.8.0
versionCode: 10800
commit: 9402d2d480f468d2445d6d6aec39482d23d22e10
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
- cordova platform add android
- npm install --build-from-source
- cd mathjs
- npm install --build-from-source
scandelete:
- node_modules
build:
- cd mathjs
- npm run build
- cd ..
- mv mathjs/lib/browser/math.js www/js/math.js
- npm run update_version
- cordova build android --release -- --packageType=apk
- versionName: 1.9.0
versionCode: 10900
commit: 77e2fd8d96519a3a47289316a8957af22c3eb407
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
- cordova platform add android
- npm install --build-from-source
- cd mathjs
- npm install --build-from-source
scandelete:
- node_modules
build:
- cd mathjs
- npm run build
- cd ..
- mv mathjs/lib/browser/math.js www/js/math.js
- npm run update_version
- cordova build android --release -- --packageType=apk
- versionName: 1.10.0
versionCode: 11000
commit: f7d260c7bdbc27bebd1efcb61b59e8e4d75f9346
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
- cordova platform add android
- npm install --build-from-source
- cd mathjs
- npm install --build-from-source
scandelete:
- node_modules
build:
- cd mathjs
- npm run build
- cd ..
- mv mathjs/lib/browser/math.js www/js/math.js
- npm run update_version
- cordova build android --release -- --packageType=apk
- versionName: 1.11.0
versionCode: 11100
commit: 9d2eb9098e469194a00f32e695311955f03a7a8d
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
- cordova platform add android
- npm install --build-from-source
- cd mathjs
- npm install --build-from-source
scandelete:
- node_modules
build:
- cd mathjs
- npm run build
- cd ..
- mv mathjs/lib/browser/math.js www/js/math.js
- npm run update_version
- cordova build android --release -- --packageType=apk
- versionName: 1.12.0
versionCode: 11200
commit: 6eca5269370b124d85c08f26e6d01482910cb0f9
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
- cordova platform add android
- npm install --build-from-source
- cd mathjs
- npm install --build-from-source
scandelete:
- mathjs/node_modules/es-check/node_modules/source-map/lib/mappings.wasm
- node_modules
build:
- cd mathjs
- npm run build
- cd ..
- mv mathjs/lib/browser/math.js www/js/math.js
- npm run update_version
- cordova build android --release -- --packageType=apk
AutoUpdateMode: Version
UpdateCheckMode: Tags .*\.0$
UpdateCheckData: package.json|"versionCode":\s(\d+),|.|"version":\s"([\d.]+)"
CurrentVersion: 1.12.0
CurrentVersionCode: 11200