Skip to content

Add SatDump

Aang23 requested to merge Aang23/fdroiddata:satdump into master

Required

  • The app complies with the inclusion criteria
  • The original app author has been notified (and does not oppose the inclusion)
  • All related fdroiddata and RFP issues have been referenced in this merge request
  • Builds with fdroid build

Strongly Recommended

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Releases are tagged

Suggested

  • External repos are added as git submodules instead of srclibs
  • Enable Reproducible Builds
  • Multiple apks for native code

This was opened after talking a bit in the Matrix, as I am facing a few issues adding / adapting things to work with F-Droid's workflow.

CMake 3.18.1 is necessary to build the app, but while gradle will trigger an install & the SDK has it, it will fail unless manually specified in the PATH.

* What went wrong:
Execution failed for task ':app:externalNativeBuildCleanDebug'.
> CMake '3.18.1' was not found in PATH or by cmake.dir property.
  - CMake '3.25.1' found in PATH did not match requested version '3.18.1'.

Other WIP issues include some binaries being included as part of the build, but this will be fixed soon.

This is NOT ready for a merge

Edited by Aang23

Merge request reports

Loading