mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New app: se.voxelmanip.boxsmasher
This commit is contained in:
parent
9aa9f178a5
commit
6047de0d10
1 changed files with 35 additions and 0 deletions
35
metadata/se.voxelmanip.boxsmasher.yml
Normal file
35
metadata/se.voxelmanip.boxsmasher.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
AuthorName: ROllerozxa
|
||||
WebSite: https://boxsmasher.voxelmanip.se/
|
||||
SourceCode: https://github.com/rollerozxa/boxsmasher
|
||||
IssueTracker: https://github.com/rollerozxa/boxsmasher/issues
|
||||
Liberapay: rollerozxa
|
||||
|
||||
AutoName: Box Smasher
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/rollerozxa/boxsmasher-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.0
|
||||
versionCode: 3
|
||||
commit: eecbfc9001a5097338d60cd990e75190616832ae
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake gcc-multilib make wget xz-utils
|
||||
gradle:
|
||||
- yes
|
||||
build:
|
||||
- cd ../deps
|
||||
- ./build.sh --all armeabi-v7a
|
||||
- ./build.sh --all arm64-v8a
|
||||
ndk: r27c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue