From f633eaa8d336125b05245a541d5679eb37a8dad5 Mon Sep 17 00:00:00 2001 From: Klaas Teschauer Date: Sat, 14 Nov 2020 18:00:39 +0000 Subject: [PATCH] Add the Rsync Server App --- metadata/com.github.ktsr42.rsyncserver.yml | 32 ++++++++++++++++++++++ srclibs/yajsync-fork.yml | 2 ++ 2 files changed, 34 insertions(+) create mode 100644 metadata/com.github.ktsr42.rsyncserver.yml create mode 100644 srclibs/yajsync-fork.yml diff --git a/metadata/com.github.ktsr42.rsyncserver.yml b/metadata/com.github.ktsr42.rsyncserver.yml new file mode 100644 index 0000000000..1493306187 --- /dev/null +++ b/metadata/com.github.ktsr42.rsyncserver.yml @@ -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 diff --git a/srclibs/yajsync-fork.yml b/srclibs/yajsync-fork.yml new file mode 100644 index 0000000000..dc2369d56a --- /dev/null +++ b/srclibs/yajsync-fork.yml @@ -0,0 +1,2 @@ +RepoType: git +Repo: https://github.com/ktsr42/yajsync.git