From: "ShinyZero0" <shinyzero0@tilde.club>
To: <65197@debbugs.gnu.org>
Subject: [bug#65197] [PATCH] install manpage
Date: Sun, 13 Aug 2023 01:21:00 +0300 [thread overview]
Message-ID: <CUQWYVUB8PCW.1A4ZSHI3LF3WF@Void> (raw)
In-Reply-To: <CUOPJROOM6ZF.35KPDF9MJI7RB@Void>
From fcde8e265cbd7012b2983b6b5f9dbe58ba42a739 Mon Sep 17 00:00:00 2001
From: "zero@void" <shinyzero0@gmail.com>
Date: Sun, 13 Aug 2023 01:14:45 +0300
Subject: [PATCH] offpunk: install manpage
---
gnu/packages/web-browsers.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index d9f0e9c..915fbb0 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -579,7 +579,12 @@ (define-public offpunk
"/bin")
,(string-append
#$(this-package-input "xdg-utils")
- "/bin")))))))))
+ "/bin"))))))
+ (add-after 'install 'install-manpages
+ (lambda _
+ (let*
+ ((mandir (string-append #$output "/share/man/man1")))
+ (install-file "man/offpunk.1" mandir)))))))
(inputs (list python-cryptography
python-requests
python-feedparser
--
2.41.0
next prev parent reply other threads:[~2023-08-13 7:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-10 8:06 [bug#65197] add offpunk ShinyZero0
2023-08-10 10:47 ` [bug#65197] [PATCH] fix formatting issues, remove unnecessary module import ShinyZero0
2023-08-12 22:21 ` ShinyZero0 [this message]
2023-08-15 22:44 ` [bug#65197] [PATCH] gnu: Add offpunk ShinyZero0
2023-09-06 5:00 ` [bug#65197] add offpunk Maxim Cournoyer
2023-09-18 16:18 ` ShinyZero0
2023-09-18 16:38 ` ShinyZero0
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=CUQWYVUB8PCW.1A4ZSHI3LF3WF@Void \
--to=shinyzero0@tilde.club \
--cc=65197@debbugs.gnu.org \
/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).