mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New App: com.seyfal.whatsdown
This commit is contained in:
parent
c5b99e49fe
commit
1d9760030b
1 changed files with 73 additions and 0 deletions
73
metadata/com.seyfal.whatsdown.yml
Normal file
73
metadata/com.seyfal.whatsdown.yml
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Seyfal
|
||||
SourceCode: https://github.com/seyfal-kernel/WhatsDown
|
||||
IssueTracker: https://github.com/seyfal-kernel/WhatsDown/issues
|
||||
|
||||
AutoName: WhatsDown
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/seyfal-kernel/WhatsDown.git
|
||||
Binaries: https://github.com/seyfal-kernel/WhatsDown/releases/download/v%v/WhatsDown-foss-arm64-v8a-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.58.2
|
||||
versionCode: 300007201
|
||||
commit: v1.58.2
|
||||
timeout: 20000
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make g++ cmake
|
||||
gradle:
|
||||
- foss
|
||||
binary: https://github.com/seyfal-kernel/WhatsDown/releases/download/v%v/WhatsDown-foss-armeabi-v7a-%v.apk
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
prebuild: sed -i -e '/signingConfig /d' build.gradle
|
||||
scandelete:
|
||||
- jni/deltachat-core-rust
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $(cat scripts/rust-toolchain)
|
||||
--target armv7-linux-androideabi
|
||||
- source $HOME/.cargo/env
|
||||
- scripts/ndk-make.sh armeabi-v7a
|
||||
ndk: r27
|
||||
gradleprops:
|
||||
- ABI_FILTER=armeabi-v7a
|
||||
|
||||
- versionName: 1.58.2
|
||||
versionCode: 300007202
|
||||
commit: v1.58.2
|
||||
timeout: 20000
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make g++ cmake
|
||||
gradle:
|
||||
- foss
|
||||
binary: https://github.com/seyfal-kernel/WhatsDown/releases/download/v%v/WhatsDown-foss-arm64-v8a-%v.apk
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
prebuild: sed -i -e '/signingConfig /d' build.gradle
|
||||
scandelete:
|
||||
- jni/deltachat-core-rust
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $(cat scripts/rust-toolchain)
|
||||
--target aarch64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- scripts/ndk-make.sh arm64-v8a
|
||||
ndk: r27
|
||||
gradleprops:
|
||||
- ABI_FILTER=arm64-v8a
|
||||
|
||||
AllowedAPKSigningKeys: 9739cd5e70400f9e4b4c18f8145620bede4307fbad03aa68280e576f0d71bb81
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
CurrentVersion: 1.58.2
|
||||
CurrentVersionCode: 300007202
|
||||
Loading…
Reference in a new issue