mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Add the Rsync Server App
This commit is contained in:
parent
8014f76a15
commit
f633eaa8d3
2 changed files with 34 additions and 0 deletions
32
metadata/com.github.ktsr42.rsyncserver.yml
Normal file
32
metadata/com.github.ktsr42.rsyncserver.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/ktsr42/RsyncServerApp
|
||||
IssueTracker: https://github.com/ktsr42/RsyncServerApp/issues
|
||||
|
||||
AutoName: Rsync Server
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ktsr42/RsyncServerApp
|
||||
|
||||
Builds:
|
||||
- versionName: 0.9.7
|
||||
versionCode: 1
|
||||
commit: release-0.9.7
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- yajsync-fork@947906e5644bada808084f3dbb010be462d2cf6a
|
||||
build:
|
||||
- pushd $$yajsync-fork$$
|
||||
- gradle build -x test
|
||||
- popd
|
||||
- mkdir libs
|
||||
- cp -f $$yajsync-fork$$/libintf/build/libs/libintf-0.9.0.jar $$yajsync-fork$$/yajsync-core/build/libs/yajsync-core-0.9.0.jar
|
||||
$$yajsync-fork$$/yajsync-app/build/libs/yajsync-app-0.9.0.jar libs
|
||||
|
||||
AutoUpdateMode: Version release-%v
|
||||
UpdateCheckMode: Tags release-\d+\.\d+(\.\d+)?
|
||||
CurrentVersion: 0.9.7
|
||||
CurrentVersionCode: 1
|
||||
2
srclibs/yajsync-fork.yml
Normal file
2
srclibs/yajsync-fork.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RepoType: git
|
||||
Repo: https://github.com/ktsr42/yajsync.git
|
||||
Loading…
Reference in a new issue