mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
New App: Lalumo - Kids Music Learning App
This commit is contained in:
parent
41dbbf32d8
commit
bccfbdbba7
1 changed files with 44 additions and 0 deletions
44
metadata/com.lalumo.app.yml
Normal file
44
metadata/com.lalumo.app.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
- Music Practice Tool
|
||||
- Science & Education
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Ruben Barkow-Kuder
|
||||
WebSite: https://lalumo.eu
|
||||
SourceCode: https://github.com/Eastcoast-Laboratories/Lalumo
|
||||
IssueTracker: https://github.com/Eastcoast-Laboratories/Lalumo/issues
|
||||
Changelog: https://github.com/Eastcoast-Laboratories/Lalumo/releases
|
||||
|
||||
AutoName: Lalumo
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Eastcoast-Laboratories/Lalumo
|
||||
|
||||
Builds:
|
||||
- versionName: '5.3'
|
||||
versionCode: 34
|
||||
commit: eea74a60c01d34827daa724031c2bc6aec60781e
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- pushd ../..
|
||||
- npm install --build-from-source
|
||||
- mkdir -p app/images/backgrounds
|
||||
- cp -r public/images/backgrounds/* app/images/backgrounds/
|
||||
- mkdir -p android/app/capacitor-cordova-android-plugins
|
||||
- echo "// Empty cordova variables" > android/app/capacitor-cordova-android-plugins/cordova.variables.gradle
|
||||
- bash mobile-build.sh
|
||||
- popd
|
||||
scandelete:
|
||||
- node_modules
|
||||
gradleprops:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '5.3'
|
||||
CurrentVersionCode: 34
|
||||
Loading…
Reference in a new issue