Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a2f6bdd83fde0d209664bdb06e501126b7cf055e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a2f6bdd83fde0d209664bdb06e501126b7cf055e)
  • Date: Wed, 12 Aug 2026 18:41:18 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
ftp/rclone/BUILD | 7 +++++++
ftp/rclone/DEPENDS | 5 +++++
ftp/rclone/DETAILS | 20 ++++++++++++++++++++
ftp/rclone/HISTORY | 2 ++
ftp/rclone/INSTALL | 4 ++++
6 files changed, 41 insertions(+)

New commits:
commit a2f6bdd83fde0d209664bdb06e501126b7cf055e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rclone: new spell, rsync for cloud storage

diff --git a/ChangeLog b/ChangeLog
index 237a7b3..002fc23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2026-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * ftp/rclone: new spell, rsync for cloud storage
+
2026-08-11 Pavel Vinogradov <public AT sourcemage.org>
* mozzilla.gpg: updated release signing key

diff --git a/ftp/rclone/BUILD b/ftp/rclone/BUILD
new file mode 100755
index 0000000..cb4f5fd
--- /dev/null
+++ b/ftp/rclone/BUILD
@@ -0,0 +1,7 @@
+export GOFLAGS="-mod=mod ${GOFLAGS}" &&
+export CGO_ENABLED=1 &&
+
+go build -v -trimpath \
+ -ldflags "-s -w -X github.com/rclone/rclone/fs.Version=v$VERSION" \
+ $MOUNT_TAGS \
+ -o rclone .
diff --git a/ftp/rclone/DEPENDS b/ftp/rclone/DEPENDS
new file mode 100755
index 0000000..ef25942
--- /dev/null
+++ b/ftp/rclone/DEPENDS
@@ -0,0 +1,5 @@
+depends golang "for building rclone" &&
+optional_depends libfuse3 \
+ "--tags cmount" \
+ "" \
+ "for FUSE mount support"
diff --git a/ftp/rclone/DETAILS b/ftp/rclone/DETAILS
new file mode 100755
index 0000000..e23b7d2
--- /dev/null
+++ b/ftp/rclone/DETAILS
@@ -0,0 +1,20 @@
+# Watch: https://github.com/rclone/rclone/tags
+ SPELL=rclone
+ VERSION=1.75.0
+ SOURCE=$SPELL-v$VERSION.tar.gz
+SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/refs/tags/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:094a77967bc97bf1a63e4eb4e4fe136044c345289ce66f3484b364f53f4f6382088ebe43f41b919ab4c9e8208d05781102e0991c71863f9aa9f937b767fd1fa3
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://rclone.org
+ ENTERED=20260812
+ LICENSE[0]=MIT
+ KEYWORDS="cloud network sync storage"
+ SHORT="rsync for cloud storage"
+cat << EOF
+Rclone is a command-line program to sync files and directories
+to and from various cloud storage providers and local filesystems,
+including S3, Google Drive, Dropbox, OneDrive, Backblaze B2, Azure
+Blob/Files, Google Cloud Storage, SFTP, WebDAV, and many others.
+It supports copying, syncing, moving, checking, mounting (via FUSE),
+encryption, and bandwidth-limited transfers.
+EOF
diff --git a/ftp/rclone/HISTORY b/ftp/rclone/HISTORY
new file mode 100644
index 0000000..d8be3aa
--- /dev/null
+++ b/ftp/rclone/HISTORY
@@ -0,0 +1,2 @@
+2026-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 1.75.0
diff --git a/ftp/rclone/INSTALL b/ftp/rclone/INSTALL
new file mode 100755
index 0000000..a7ad9d8
--- /dev/null
+++ b/ftp/rclone/INSTALL
@@ -0,0 +1,4 @@
+prefix="$INSTALL_ROOT"/usr &&
+install -vDm555 -t "$prefix/bin" rclone &&
+install -vDm444 -t "$prefix/share/man/man1" rclone.1 &&
+install -vDm444 -t "$prefix/share/doc/$SPELL-$VERSION" COPYING README.md


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a2f6bdd83fde0d209664bdb06e501126b7cf055e), Ismael Luceno, 08/12/2026

Archive powered by MHonArc 2.6.24.

Top of Page