mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
New App: io.github.fm_elpac.azi_demo
This commit is contained in:
parent
f484c420ea
commit
0a667ec37a
1 changed files with 34 additions and 0 deletions
34
metadata/io.github.fm_elpac.azi_demo.yml
Normal file
34
metadata/io.github.fm_elpac.azi_demo.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Development
|
||||
License: MIT
|
||||
AuthorName: secext2022
|
||||
AuthorEmail: secext2022@outlook.com
|
||||
SourceCode: https://github.com/fm-elpac/azi
|
||||
IssueTracker: https://github.com/fm-elpac/azi/issues
|
||||
|
||||
AutoName: Azi Demo
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/fm-elpac/azi
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 2
|
||||
commit: v0.1.0
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make npm zip
|
||||
output: demo-apk/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- rustup@1.28.2
|
||||
prebuild: $$rustup$$/rustup-init.sh -y --default-toolchain 1.87.0 --target aarch64-linux-android
|
||||
build:
|
||||
- source $HOME/.cargo/env
|
||||
- make BUILD=fdroid all
|
||||
ndk: r28b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v[0-9].*
|
||||
UpdateCheckData: demo-apk/app/build.gradle.kts|versionCode\s=\s(\d+)|.|versionName\s=\s"([^"]+)"
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue