~ruther/guix-local

473b025cd1c29ab209b1302c85efc7a03adc7da4 — Alvin Hsu 8 months ago 0ed74c3
gnu: sirikali: Update style.

* gnu/packages/file-systems.scm (sirikali)[arguments]: Use gexps.
[synopsis]: Shorten.
[description]: Don't dfn "SiriKali".  Mention SSHFS and Cryptomator as
supported backends.

Change-Id: I4badfc8e04ceed96c3a9d082af906e3a53a27c85
Signed-off-by: Sughosha <sughosha@disroot.org>
1 files changed, 8 insertions(+), 6 deletions(-)

M gnu/packages/file-systems.scm
M gnu/packages/file-systems.scm => gnu/packages/file-systems.scm +8 -6
@@ 2453,15 2453,17 @@ filtering and ordering functionality.
                "06cl7srxaqpzv7gcd17cl78qhrpqhdvpfcj4pr73fr5hhackrf52"))))
    (build-system cmake-build-system)
    (arguments
     '(#:tests? #f ;No tests
       #:configure-flags '("-DQT5=true" "-DCMAKE_BUILD_TYPE=RELEASE")))
     (list
      #:tests? #f                       ;No tests
      #:configure-flags #~(list "-DQT5=true" "-DCMAKE_BUILD_TYPE=RELEASE")))
    (inputs (list xdg-utils libpwquality libgcrypt libsecret qtbase-5))
    (native-inputs (list pkg-config))
    (home-page "https://mhogomchungu.github.io/sirikali/")
    (synopsis "GUI front end to sshfs, ecryptfs, cryfs, gocryptfs, securefs, fscrypt and encfs")
    (description "@dfn{SiriKali} is a Qt/C++ GUI application that manages
+ecryptfs, cryfs, encfs, gocryptfs, fscrypt and securefs
+based encrypted folders.")
    (synopsis "GUI front end to file system encryption utilities")
    (description
     "SiriKali is a Qt/C++ GUI application for managing encrypted folders.  It
supports various backends, including eCryptfs, CryFS, EncFS, gocryptfs, fscrypt,
securefs, SSHFS, and Cryptomator.")
    (license license:gpl3+)))

(define-public watcher