diff --git a/01-main/manifest b/01-main/manifest index e64c9d906..a6713068f 100644 --- a/01-main/manifest +++ b/01-main/manifest @@ -277,6 +277,7 @@ quickobs rambox rclone rclone-ui +rcloneview readest resilio-sync retroarch diff --git a/01-main/packages/rcloneview b/01-main/packages/rcloneview new file mode 100644 index 000000000..e91bbe702 --- /dev/null +++ b/01-main/packages/rcloneview @@ -0,0 +1,16 @@ +DEFVER=1 +ARCHS_SUPPORTED="amd64 arm64" +case ${HOST_ARCH} in + amd64) ARCH=x86_64 ;; + arm64) ARCH=aarch64 ;; +esac +get_website "https://rcloneview.com/src/download.html" +if [ "${ACTION}" != "prettylist" ]; then + URL=$(sed -E -n "s/.*href=.(.*linux.*${ARCH}.*\.deb).*/\1/p" "${CACHE_FILE}") + VERSION_PUBLISHED=$(cut -d '-' -f 2 <<< "${URL}") +fi +EULA="By downloading, installing, copying, saving on your computer, or otherwise using this software, you are consenting to be bound by all the terms and conditions of this EULA: \n - https://rcloneview.com/src/eula.html \nIf you do not agree to the terms and conditions of this agreement, you should not download, install and use the software.\n" + +PRETTY_NAME="RcloneView" +WEBSITE="https://rcloneview.com/" +SUMMARY="The ultimate GUI for cloud data sync and file management."