mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
new app: RCX
This commit is contained in:
parent
5ec5999c11
commit
e1cbfc6a99
1 changed files with 45 additions and 0 deletions
45
metadata/io.github.x0b.rcx.yml
Normal file
45
metadata/io.github.x0b.rcx.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: x0b
|
||||
WebSite: https://x0b.github.io/
|
||||
SourceCode: https://github.com/x0b/rcx
|
||||
IssueTracker: https://github.com/x0b/rcx/issues
|
||||
Translation: https://crowdin.com/project/rcx
|
||||
Changelog: https://github.com/x0b/rcx/releases
|
||||
|
||||
AutoName: RCX
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/x0b/rcx
|
||||
|
||||
Builds:
|
||||
- versionName: 1.11.4
|
||||
versionCode: 170
|
||||
commit: v1.11.4
|
||||
gradle:
|
||||
- oss
|
||||
output: app/build/outputs/apk/oss/release/app-oss-universal-release-unsigned.apk
|
||||
build:
|
||||
- curl -o go.tar.gz https://dl.google.com/go/go1.15.8.linux-amd64.tar.gz
|
||||
- echo 'd3379c32a90fdf9382166f8f48034c459a8cc433730bc9476d39d9082c94583b go.tar.gz'
|
||||
| sha256sum -c
|
||||
- mkdir -p golang
|
||||
- tar -C golang -xzf go.tar.gz
|
||||
- export GOPATH="$PWD"
|
||||
- export GOROOT="$PWD/golang/go"
|
||||
- export PATH="$GOROOT/bin:$PATH"
|
||||
- sed -i "27i environment 'GO111MODULE', 'off'" rclone/build.gradle
|
||||
- sed -i "27i ignoreExitValue true" rclone/build.gradle
|
||||
- sed -i -e 's/commandLine '\''go'\''/commandLine '\''\/home\/vagrant\/build\/io.github.x0b.rcx\/golang\/go\/bin\/go'\''/g'
|
||||
rclone/build.gradle
|
||||
- sed -i -e 's/'\''ndk-bundle'\'',/'\''..\/android-ndk'\'', '\''r20b'\'',/g'
|
||||
rclone/build.gradle
|
||||
ndk: r20b
|
||||
preassemble:
|
||||
- rclone:buildNative
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.11.4
|
||||
CurrentVersionCode: 170
|
||||
Loading…
Reference in a new issue