From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 53825@debbugs.gnu.org
Cc: Xinglu Chen <public@yoctocell.xyz>, jgart <jgart@dismail.de>
Subject: [bug#53825] [PATCH v3] gnu: Add sbase.
Date: Wed, 9 Feb 2022 12:57:10 -0500 [thread overview]
Message-ID: <20220209175709.5954-1-jgart@dismail.de> (raw)
In-Reply-To: <20220206175618.1710-1-jgart@dismail.de>
* gnu/packages/suckless.scm (sbase): New variable.
---
Hi,
Here is version 3 with the fix Xinglu mentioned.
I haven't tested all the binaries.
all best,
jgart
https://whereiseveryone.srht.site/
gemini://whereiseveryone.srht.site/
gnu/packages/suckless.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 708eb2c338..198e17384e 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -988,6 +988,39 @@ (define-public snooze
running a command.")
(license license:cc0)))
+(define-public sbase
+ ;; There are no tagged releases.
+ (let ((commit "2c2a7f54ab55a022a617e510b6e00c3e2736fabd")
+ (revision "0"))
+ (package
+ (name "sbase")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://git.suckless.org/sbase/")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "119v1lpgsx8bx9h57wg454ddhzz2awqavl3wrn35a704vifg28g0"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f ; There are no tests.
+ #:make-flags
+ ,#~(list (string-append "CC=" #$(cc-for-target))
+ (string-append "PREFIX=" #$output))
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure))))
+ (home-page "https://core.suckless.org/sbase/")
+ (synopsis "Collection of Unix tools that are portable across unix-systems")
+ (description
+ "@command{sbase} is a collection of Unix tools that are portable across
+ Unix-systems.")
+ (license license:x11))))
+
(define-public scron
(package
(name "scron")
--
2.35.0
next prev parent reply other threads:[~2022-02-09 17:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-06 17:56 [bug#53825] [PATCH] gnu: Add sbase jgart via Guix-patches via
2022-02-06 18:24 ` Xinglu Chen
2022-02-07 2:17 ` [bug#53825] [PATCH v2] " jgart via Guix-patches via
2022-02-09 13:37 ` Xinglu Chen
2022-02-09 17:57 ` jgart via Guix-patches via [this message]
2022-07-07 19:57 ` bug#53825: [PATCH] " Maxim Cournoyer
2022-03-20 15:21 ` [bug#53825] " Maxime Devos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220209175709.5954-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=53825@debbugs.gnu.org \
--cc=jgart@dismail.de \
--cc=public@yoctocell.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).