diff --git a/metadata/com.github.thewierdnut.endless_mobile.yml b/metadata/com.github.thewierdnut.endless_mobile.yml new file mode 100644 index 0000000000..3aec0bdc0d --- /dev/null +++ b/metadata/com.github.thewierdnut.endless_mobile.yml @@ -0,0 +1,36 @@ +Categories: + - Games +License: GPL-3.0-only +WebSite: https://endless-sky.github.io/ +SourceCode: https://github.com/thewierdnut/endless-mobile +IssueTracker: https://github.com/endless-sky/endless-sky/issues + +AutoName: Endless Sky + +RepoType: git +Repo: https://github.com/thewierdnut/endless-mobile.git + +Builds: + - versionName: 0.9.14-23 + versionCode: 23 + commit: 1f387f6d802ddeb9dc6d4129cac1b370b95cc2da + subdir: android/app + sudo: + - apt-get update + - apt-get install -y build-essential + - apt-get install -y -t stretch-backports-sloppy libarchive13 + - apt-get install -y -t stretch-backports cmake + gradle: + - yes + prebuild: + - chmod 755 ./download_build_dependencies.sh + - ./download_build_dependencies.sh + - rm dependencies/openal-soft.tar.bz2 + scandelete: + - android/app/ + ndk: r19c + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 0.9.14-23 +CurrentVersionCode: 23