Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ quickobs
rambox
rclone
rclone-ui
rcloneview
readest
resilio-sync
retroarch
Expand Down
16 changes: 16 additions & 0 deletions 01-main/packages/rcloneview
Original file line number Diff line number Diff line change
@@ -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."