Go to file
Boris Kraut a4e989080e Merge branch 'update-dogecoin-2.0.8-fixed-2' into 'master'
Update Dogecoin Wallet to 2.0.8

This request includes:

* Adding in Scrypt, libdohj, and bitcoinj library metadata files under srclib
* Updating the Dogecoin metadata file and tuning its build parameters to build on F-Droid's build system.

Pointing out binaries:

* The project contains some native code library binaries in a JNI directory for Scrypt functionality, which are removed using the scandelete build field. These Scrypt libraries are rebuilt from source using the project found through the Scrypt srclib metadata file.
* There is a BouncyCastle BKS Keystore stored as wallet/assets/ssl-keystore. This keystore's contents can be listed using

`keytool -keystore wallet/assets/ssl-keystore -list
-storetype BKS
-providerclass org.bouncycastle.jce.provider.BouncyCastleProvider
-providerpath /path/to/bouncycastle/library.jar`.

This keystore is the exact same keystore as the one found in the Bitcoin application project (the file is ignored in the Bitcoin metadata file as well).
* Similar to the Bitcoin wallet project, there is a binary used only during the testing portion of the build process, so that file has been removed with scandelete as well, as it should not affect the application at runtime.

See merge request !1316
2016-04-03 15:49:52 +00:00
build
hooks
metadata Merge branch 'update-dogecoin-2.0.8-fixed-2' into 'master' 2016-04-03 15:49:52 +00:00
srclibs Added library references for Dogecoin and updated Dogecoin build script 2016-03-31 21:53:00 -07:00
stats Update known apks 2016-04-03 13:30:22 +00:00
templates
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md

F-Droid Data

build status

This repository holds general and build information for all the apps on our main repo on f-droid.org.

Quickstart

Install fdroidserver, or just use it directly from master:

git clone https://gitlab.com/fdroid/fdroidserver.git
export PATH="$PATH:$PWD/fdroidserver"

Enter your fdroiddata clone:

cd fdroiddata

An empty config file should work for most setups:

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.