Skip to content

Commit

Permalink
Merge branch 'master' into log
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 13, 2024
2 parents cf58a8d + 400ceeb commit 2d0814b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/com.machiav3lli.backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,43 @@ versions:
platform_tools:
tools:
verify_gradle_wrapper: true
- tag: 8.3.10
apks:
- apk_pattern: Neo.*Backup.*release.*\.apk
apk_url: https://github.com/NeoApplications/Neo-Backup/releases/download/8.3.10/Neo_Backup_3810_release.apk
build:
- git clone -b 2.2.2 https://github.com/zlib-ng/zlib-ng.git
- pushd zlib-ng
- _options=( -G Ninja -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/opt -DCMAKE_INSTALL_LIBDIR=lib -Wno-dev -DWITH_GTEST=OFF -DWITH_UNALIGNED=OFF )
- cmake -B build "${_options[@]}"
- cmake --build build
- cmake -B build-compat "${_options[@]}" -DZLIB_COMPAT=ON
- cmake --build build-compat
- cmake --install build
- cmake --install build-compat
- popd
- export LD_LIBRARY_PATH=/opt/lib
- ./gradlew assembleRelease
- mv build/outputs/apk/release/*-release-unsigned.apk /outputs/unsigned.apk
build_home_dir: /build
build_repo_dir: /build/repo
build_user: build
provisioning:
android_home: /opt/sdk
build_tools:
cmake:
cmdline_tools:
version: '12.0'
url: https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
sha256: 2d2d50857e4eb553af5a6dc3ad507a17adf43d115264b1afc116f95c92e5e258
extra_packages:
- build-essential
- cmake
- ninja-build
image: debian:bookworm-slim
jdk: openjdk-17-jdk-headless
ndk:
platform:
platform_tools:
tools:
verify_gradle_wrapper: true

0 comments on commit 2d0814b

Please sign in to comment.