HyperRogue: Disable failed build Seems upstream has messed up the relative path to the .cpp files: https://bitbucket.org/dalb8/hyperrogue-iii-for-android/diff/app/src/main/jni/hyper.cpp?diff2=e9585c96afbc&at=default This could be fixed but there is also a .cpp file missing in the source directory: https://bitbucket.org/dalb8/hyperrogue-iii-for-android/diff/app/src/main/jni/hyper.cpp?diff2=e9585c96afbc&at=default#Lapp/src/main/jni/hyper.cppT65 Don't have contact to upstream so disabling the build for now. See merge request !948 |
||
|---|---|---|
| build | ||
| hooks | ||
| metadata | ||
| srclibs | ||
| stats | ||
| templates | ||
| tools | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| CONTRIBUTING.md | ||
| fdroid-icon.png | ||
| LICENSE | ||
| README.md | ||
F-Droid Data
This repository holds general and build information for all the apps on our main repo on f-droid.org.
Quickstart
Clone fdroidserver:
git clone https://gitlab.com/fdroid/fdroidserver.git
Add the cloned dir to your PATH:
export PATH="$PATH:$PWD/fdroidserver
Enter it:
cd fdroiddata
An empty configuration file should work as a start:
touch config.py
Make sure fdroid works and reads the metadata files properly:
fdroid readmeta
Contributing
See the Contributing doc.
More information
You can find more details on the manual.
