mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
add com.bwqr.mavinote app metadata
This commit is contained in:
parent
385c031697
commit
03a005cfee
1 changed files with 42 additions and 0 deletions
42
metadata/com.bwqr.mavinote.yml
Normal file
42
metadata/com.bwqr.mavinote.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/bwqr/mavinote
|
||||
IssueTracker: https://github.com/bwqr/mavinote/issues
|
||||
|
||||
AutoName: Mavinote
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bwqr/mavinote
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 100
|
||||
commit: android/0.1.0
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
rm:
|
||||
- backend
|
||||
- iced
|
||||
- ios
|
||||
- svelte
|
||||
prebuild:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup target add x86_64-linux-android
|
||||
- rustup target add aarch64-linux-android
|
||||
- echo "rust.rustcCommand=$HOME/.cargo/bin/rustc" >> ../local.properties
|
||||
- echo "rust.cargoCommand=$HOME/.cargo/bin/cargo" >> ../local.properties
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^android
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 100
|
||||
Loading…
Reference in a new issue