GNU bug report logs -
#52409
[PATCH] gnu: Add sfm.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> gmail.com>
Date: Fri, 10 Dec 2021 06:49:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52409 in the body.
You can then email your comments to 52409 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#52409
; Package
guix-patches
.
(Fri, 10 Dec 2021 06:49:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nikolay Korotkiy <sikmir <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 10 Dec 2021 06:49:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/suckless.scm (sfm): New variable.
---
gnu/packages/suckless.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index efa5c023c0..2efb6e6d1e 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2021 Raghav Gururajan <rg <at> raghavgururajan.name>
;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
+;;; Copyright © 2021 Nikolay Korotkiy <sikmir <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -963,3 +964,33 @@ (define-public scron
Single daemon and configuration file. Log to stdout or syslog. No mail
support.")
(license license:expat)))
+
+(define-public sfm
+ (package
+ (name "sfm")
+ (version "0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "git://git.afify.dev/sfm.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0g6k884mggryld0k054sjcj6kpkbca9cvr50w98klszym73yw0sp"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f ; no check target
+ #:make-flags
+ (list (string-append "CC=" ,(cc-for-target))
+ (string-append "PREFIX=" %output))
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure)))) ; no configure script
+ (synopsis "Simple file manager")
+ (home-page "https://github.com/afify/sfm")
+ (description
+ "sfm is a simple file manager for unix-like systems.")
+ (license license:isc)))
--
2.34.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Fri, 10 Dec 2021 22:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nikolay Korotkiy <sikmir <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 10 Dec 2021 22:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 52409-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Nikolay Korotkiy <sikmir <at> gmail.com> writes:
> * gnu/packages/suckless.scm (sfm): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 08 Jan 2022 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 165 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.