mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
New app: RSAF - com.chiller3.rsaf
This commit is contained in:
parent
ee89746cc8
commit
0afa67b72f
1 changed files with 55 additions and 0 deletions
55
metadata/com.chiller3.rsaf.yml
Normal file
55
metadata/com.chiller3.rsaf.yml
Normal file
|
|
@ -0,0 +1,55 @@
|
||||||
|
Categories:
|
||||||
|
- Cloud Storage & File Sync
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Andrew Gunnerson
|
||||||
|
SourceCode: https://github.com/chenxiaolong/RSAF
|
||||||
|
IssueTracker: https://github.com/chenxiaolong/RSAF/issues
|
||||||
|
Changelog: https://github.com/chenxiaolong/RSAF/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/chenxiaolong/RSAF.git
|
||||||
|
Binaries: https://github.com/chenxiaolong/RSAF/releases/download/v%v/RSAF-%v-arm64-v8a-release.apk
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '3.15'
|
||||||
|
versionCode: 200448
|
||||||
|
commit: 2bc1e1f453a5c78156791e34f75ea67ad2a9a6c6
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -t bookworm-backports -y golang-go
|
||||||
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- go@go1.25.1
|
||||||
|
prebuild:
|
||||||
|
- sdkmanager "platforms;android-35" "build-tools;35.0.0"
|
||||||
|
- export GO_VERSION=$(sed -n 's/toolchain \(go.*\)/\1/p' ../rcbridge/go.mod)
|
||||||
|
- '[[ $GO_VERSION ]]'
|
||||||
|
- git -C $$go$$ checkout -f $GO_VERSION
|
||||||
|
- sed -i -e 's|-target=android|-target=android/arm64|' -e 's/include(.*)/include("arm64-v8a")/'
|
||||||
|
-e '/GOTOOLCHAIN/d' build.gradle.kts
|
||||||
|
scanignore:
|
||||||
|
- build.gradle.kts
|
||||||
|
- app/build.gradle.kts
|
||||||
|
build:
|
||||||
|
- pushd $$go$$/src
|
||||||
|
- ./make.bash
|
||||||
|
- popd
|
||||||
|
- export GOROOT=$$go$$
|
||||||
|
- export GOPATH="$HOME/go"
|
||||||
|
- export PATH="$GOROOT/bin:$GOPATH/bin:$PATH"
|
||||||
|
- gradle rcbridge
|
||||||
|
ndk: r28b
|
||||||
|
|
||||||
|
AllowedAPKSigningKeys: b2506499bea1c5a6e658f07be6773fe486999dc124204c6522af7407503ac9f9
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckData: metadata/version.txt|(\d+)||
|
||||||
|
CurrentVersion: '3.15'
|
||||||
|
CurrentVersionCode: 200448
|
||||||
Loading…
Reference in a new issue