mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
new app: de.neuwirthinformatik.alexander.mTUO
This commit is contained in:
parent
78b52c6c3d
commit
9fafc457ca
3 changed files with 57 additions and 0 deletions
47
metadata/de.neuwirthinformatik.alexander.mtuo.yml
Normal file
47
metadata/de.neuwirthinformatik.alexander.mtuo.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Games
|
||||
License: MIT
|
||||
AuthorName: Alexander Puck Neuwirth
|
||||
AuthorEmail: apnpucky@gmail.com
|
||||
SourceCode: https://github.com/APN-Pucky/mTUO
|
||||
IssueTracker: https://github.com/APN-Pucky/mTUO/issues
|
||||
Donate: https://paypal.me/apnpucky
|
||||
|
||||
AutoName: mTUO
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/APN-Pucky/mTUO
|
||||
|
||||
Builds:
|
||||
- versionName: 4.4.1-r7
|
||||
versionCode: 25
|
||||
commit: c645bfe9cf9c850fb5c9e9b68ed02688d0224c37
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y librsvg2-bin openjdk-11-jdk-headless wget build-essential
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- boost@boost-1.79.0
|
||||
- Boost-for-Android@ndk_25_boost_1.79.0
|
||||
scandelete:
|
||||
- app/src/main/cpp/tyrant_optimize/*.exe
|
||||
- app/prebuilt/ndk_25_boost_1.79.0/*
|
||||
build:
|
||||
- pushd $$Boost-for-Android$$
|
||||
- mkdir -p build/install/libs/{arm64-v8a,armeabi-v7a,x86,x86_64}
|
||||
- NDK_DIR=$$NDK$$ ABI_NAMES="arm64-v8a armeabi-v7a x86 x86_64" LINKAGES="static"
|
||||
BOOST_DIR=$$boost$$ ./__build.sh
|
||||
- popd
|
||||
- cp -rf $$Boost-for-Android$$/build/install/* prebuilt/ndk_25_boost_1.79.0/
|
||||
ndk: r25
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.4.1-r7
|
||||
CurrentVersionCode: 25
|
||||
3
srclibs/Boost-for-Android.yml
Normal file
3
srclibs/Boost-for-Android.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
RepoType: git
|
||||
Repo: https://github.com/dec1/Boost-for-Android
|
||||
Subdir: boost_for_android
|
||||
7
srclibs/boost.yml
Normal file
7
srclibs/boost.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
RepoType: git
|
||||
Repo: https://github.com/boostorg/boost
|
||||
Subdir: boost
|
||||
|
||||
Prepare: |
|
||||
git submodule update --init --recursive
|
||||
|
||||
Loading…
Reference in a new issue