mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Include ToberQuizz
This commit is contained in:
parent
88e2c00e82
commit
0dcb1a4108
1 changed files with 42 additions and 0 deletions
42
metadata/com.robertmengual.toberquizz.yml
Normal file
42
metadata/com.robertmengual.toberquizz.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Robert Mengual
|
||||
AuthorEmail: robert.mengual@outlook.com
|
||||
AuthorWebSite: robertmengual.com
|
||||
WebSite: https://tobertet.github.io/ToberQuizz/
|
||||
SourceCode: https://github.com/Tobertet/ToberQuizz
|
||||
IssueTracker: https://github.com/Tobertet/ToberQuizz/issues
|
||||
Donate: https://ko-fi.com/robertmengual
|
||||
|
||||
AutoName: ToberQuizz
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Tobertet/ToberQuizz
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 10000
|
||||
commit: v1.0.0
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/download/release/v16.3.0/node-v16.3.0-linux-x64.tar.xz
|
||||
- echo "5347ece975747e4d9768d4ed3f8b2220c955ac01f8a695347cd7f71ff5efa318 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v16.3.0-linux-x64/. /usr/local/
|
||||
- npm install -g yarn
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- yarn install
|
||||
- yarn build --mode app
|
||||
- npx cap sync android
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 10000
|
||||
Loading…
Reference in a new issue