GNU bug report logs - #76324
[PATCH 0/6] Add seafile-client, seadrive-fuse, seadrive-client and dependencies

Previous Next

Package: guix-patches;

Reported by: flypaper <flypaper <at> disroot.org>

Date: Sun, 16 Feb 2025 06:01:01 UTC

Severity: normal

Tags: patch

Full log


Message #20 received at 76324 <at> debbugs.gnu.org (full text, mbox):

From: flypaper <flypaper <at> disroot.org>
To: 76324 <at> debbugs.gnu.org
Cc: flypaper <flypaper <at> disroot.org>
Subject: [PATCH 5/6] gnu: sync: add seadrive-fuse
Date: Sun, 16 Feb 2025 11:38:48 +0200
* gnu/packages/sync.scm (seadrive-fuse): New package.

Change-Id: I2a2855656e4cc3783ead70f6fe7793c7289b316d
---
 gnu/packages/sync.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index a5dfa17afd..6f09ae20b2 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -771,3 +771,40 @@ (define-public seafile-client-qt5
                ,flags))
        ((#:tests? x)
         #t)))))
+
+(define-public seadrive-fuse
+  (package
+    (name "seadrive-fuse")
+    (home-page "https://github.com/haiwen/seadrive-fuse")
+    (version "2.0.28")
+    (source
+     (origin
+       (method git-fetch)
+       (file-name (git-file-name name version))
+       (uri (git-reference
+             (url home-page)
+             (commit (string-append "v" version))))
+       (sha256
+        (base32 "0z8j8a04qi01cxbgk5kdrjzff5j2kigf0v6yzklvrshyb1jk3j5p"))))
+    (build-system gnu-build-system)
+    (inputs (list sqlite
+                  gtk
+                  curl
+                  util-linux
+                  openssl
+                  jansson
+                  libevent
+                  fuse-2
+                  libwebsockets
+                  libsearpc
+                  python))
+    (native-inputs (list autoconf
+                         automake
+                         libtool
+                         pkg-config
+                         vala
+                         intltool))
+    (synopsis "Mount Seafile libraries as FUSE drive")
+    (description
+     "This package provides the @{seadrive} command, allowing for seadrive libraries to be mounted as FUSE drive.")
+    (license license:gpl3+)))
-- 
2.46.0





This bug report was last modified 119 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.