mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
86 lines
2.4 KiB
YAML
86 lines
2.4 KiB
YAML
Categories:
|
|
- System
|
|
License: AGPL-3.0-only
|
|
AuthorName: Antonios Hazim
|
|
SourceCode: https://github.com/machiav3lli/oandbackupx
|
|
IssueTracker: https://github.com/machiav3lli/oandbackupx/issues
|
|
Translation: https://hosted.weblate.org/engage/oandbackupx/
|
|
Changelog: https://github.com/machiav3lli/oandbackupx/blob/HEAD/CHANGELOG.md
|
|
|
|
AutoName: OAndBackupX
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/machiav3lli/oandbackupx
|
|
|
|
Builds:
|
|
- versionName: 1.2.0-universal
|
|
versionCode: 1200
|
|
commit: 1.2.0
|
|
gradle:
|
|
- universal
|
|
srclibs:
|
|
- rustup@1.21.1
|
|
prebuild:
|
|
- sed -i -e '/set -e/a\source $HOME/.cargo/env' build.sh
|
|
- sed -i -e '/maven/,+2d' build.gradle
|
|
build:
|
|
- $$rustup$$/rustup-init.sh -y
|
|
- source $HOME/.cargo/env
|
|
- rustup default 1.43.1
|
|
- rustup target add armv7-linux-androideabi
|
|
- rustup target add aarch64-linux-android
|
|
- rustup target add i686-linux-android
|
|
- rustup target add x86_64-linux-android
|
|
- mkdir oab-utils/.cargo
|
|
- export PATH=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
|
|
- echo -e "[target.armv7-linux-androideabi]\n linker = \"$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi29-clang\"\n"
|
|
>> oab-utils/.cargo/config
|
|
- echo -e "[target.aarch64-linux-android]\n linker = \"$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang\"\n"
|
|
>> oab-utils/.cargo/config
|
|
- echo -e "[target.i686-linux-android]\n linker = \"$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android29-clang\"\n"
|
|
>> oab-utils/.cargo/config
|
|
- echo -e "[target.x86_64-linux-android]\n linker = \"$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android29-clang\"\n"
|
|
>> oab-utils/.cargo/config
|
|
ndk: r21b
|
|
|
|
- versionName: 3.0.0
|
|
versionCode: 3000
|
|
commit: 3.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 3.1.0
|
|
versionCode: 3100
|
|
commit: 3.1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 3.1.1
|
|
versionCode: 3101
|
|
commit: 3.1.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 3.2.0
|
|
versionCode: 3200
|
|
commit: 3.2.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 4.0.0
|
|
versionCode: 4000
|
|
commit: 4.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version %v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 4.0.0
|
|
CurrentVersionCode: 4000
|