Add the Rsync Server App

This commit is contained in:
Klaas Teschauer 2020-11-14 18:00:39 +00:00 committed by Licaon_Kter
parent 8014f76a15
commit f633eaa8d3
2 changed files with 34 additions and 0 deletions

View 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
View file

@ -0,0 +1,2 @@
RepoType: git
Repo: https://github.com/ktsr42/yajsync.git