mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
New App: net.alexbarry.alexgames (AlexGames)
This commit is contained in:
parent
e496b7b33c
commit
8054e2452b
4 changed files with 57 additions and 0 deletions
51
metadata/net.alexbarry.alexgames.yml
Normal file
51
metadata/net.alexbarry.alexgames.yml
Normal file
|
|
@ -0,0 +1,51 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: AGPL-3.0-only
|
||||||
|
AuthorName: Alex Barry
|
||||||
|
WebSite: https://alexbarry.github.io/AlexGames/
|
||||||
|
SourceCode: https://github.com/alexbarry/AlexGames
|
||||||
|
IssueTracker: https://github.com/alexbarry/AlexGames/issues
|
||||||
|
|
||||||
|
AutoName: AlexGames
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/alexbarry/AlexGames.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.0.3
|
||||||
|
versionCode: 2
|
||||||
|
commit: stable
|
||||||
|
subdir: src/android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install xz-utils make cmake wget zlib1g-dev zip python3-venv
|
||||||
|
gradle:
|
||||||
|
- universal
|
||||||
|
srclibs:
|
||||||
|
- emscripten@3.1.57
|
||||||
|
- wordfreq@v3.0.2
|
||||||
|
- zlib@v1.3.1
|
||||||
|
build:
|
||||||
|
- pushd $$emscripten$$
|
||||||
|
- ./emsdk install latest
|
||||||
|
- ./emsdk activate latest
|
||||||
|
- source ./emsdk_env.sh
|
||||||
|
- popd
|
||||||
|
- pushd $$zlib$$
|
||||||
|
- emconfigure ./configure
|
||||||
|
- emcmake cmake .
|
||||||
|
- cmake --build .
|
||||||
|
- popd
|
||||||
|
- cd ../../..
|
||||||
|
- mkdir third_party
|
||||||
|
- ln -s $$zlib$$ third_party/zlib
|
||||||
|
- python3 -m venv alexgames_venv
|
||||||
|
- source alexgames_venv/bin/activate
|
||||||
|
- python3 -m pip install $$wordfreq$$
|
||||||
|
- build/wasm/build.sh -- -j32
|
||||||
|
- src/android/cp_games_assets.sh
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.0.3
|
||||||
|
CurrentVersionCode: 2
|
||||||
2
srclibs/emscripten.yml
Normal file
2
srclibs/emscripten.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/emscripten-core/emsdk.git
|
||||||
2
srclibs/wordfreq.yml
Normal file
2
srclibs/wordfreq.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rspeer/wordfreq
|
||||||
2
srclibs/zlib.yml
Normal file
2
srclibs/zlib.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/madler/zlib.git
|
||||||
Loading…
Reference in a new issue