mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Newapp: Io.github.wiiznokes.gitnote
This commit is contained in:
parent
32067b4800
commit
e23cb19b87
1 changed files with 49 additions and 0 deletions
49
metadata/io.github.wiiznokes.gitnote.yml
Normal file
49
metadata/io.github.wiiznokes.gitnote.yml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Wiiznokes
|
||||
SourceCode: https://github.com/wiiznokes/gitnote
|
||||
IssueTracker: https://github.com/wiiznokes/gitnote/issues
|
||||
Changelog: https://github.com/wiiznokes/gitnote/blob/master/CHANGELOG.md
|
||||
Donate: https://www.paypal.com/donate/?hosted_button_id=HV84HZ4G63HQ6
|
||||
|
||||
AutoName: GitNote
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/wiiznokes/gitnote.git
|
||||
|
||||
Builds:
|
||||
- versionName: 25.05.4
|
||||
versionCode: 4
|
||||
commit: 8b2920fb2efb13f57cfcce704aa238e705110214
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install build-essential unzip cmake wget
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- app/src/main/jniLibs
|
||||
- app/libgit2-android/tests
|
||||
- app/libgit2-android/openssl/fuzz/corpora
|
||||
- app/libgit2-android/fuzzers
|
||||
- app/libgit2-android/openssl/cloudflare-quiche/quiche/deps/boringssl/src/fuzz
|
||||
- app/libgit2-android/openssl/cloudflare-quiche/fuzz
|
||||
scandelete:
|
||||
- app/libgit2-android
|
||||
build:
|
||||
- cd libgit2-android
|
||||
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=arm64-v8a BUILD_ALL=1
|
||||
./build.sh
|
||||
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=x86_64 BUILD_ALL=1
|
||||
CLEAN=1 ./build.sh
|
||||
ndk: r27c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 25.05.4
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue