Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 25, 2024
1 parent eca94d9 commit 73c29a9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions recipes/com.starry.myne.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
repository: https://github.com/Pool-Of-Tears/Myne.git
updates: releases
versions:
- tag: v4.3.0
apks:
- apk_pattern: Myne-.*\.apk
apk_url: https://github.com/Pool-Of-Tears/Myne/releases/download/v4.3.0/Myne-v4.3.0.apk
build:
- base64 -d > local.properties <<< R09PR0xFX0FQSV9LRVk9IkFJemFTeUE0alB3dS00RFZONzNLbk9TZFN0b0NSeUxPdE54bkxnWSIK
- ./gradlew assembleRelease
- OUT=app/build/outputs/apk/release/Myne-*.apk
- mv $OUT /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:
- python3
image: debian:bookworm-slim
jdk: openjdk-17-jdk-headless
ndk:
platform:
platform_tools:
tools:
verify_gradle_wrapper: true

0 comments on commit 73c29a9

Please sign in to comment.