Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: cheat-2.5.1
Date: Sun, 01 Sep 2019 18:09:21 +0200	[thread overview]
Message-ID: <20190901160921.DbnN3IAQ5tYev4bP0lU8SBOKHLmF4YZNXLD8QrxBqhM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14138@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages cheat
https://github.com/void-linux/void-packages/pull/14138

New package: cheat-2.5.1
closes https://github.com/void-linux/void-packages/issues/14095

A patch file from https://github.com/void-linux/void-packages/pull/14138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cheat-14138.patch --]
[-- Type: text/x-diff, Size: 1423 bytes --]

From bd5808a94ec958e912dab9ebff1920f8024631cf Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sun, 1 Sep 2019 18:03:23 +0200
Subject: [PATCH] New package: cheat-2.5.1

---
 srcpkgs/cheat/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/cheat/template

diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template
new file mode 100644
index 00000000000..c9b1d535e61
--- /dev/null
+++ b/srcpkgs/cheat/template
@@ -0,0 +1,27 @@
+# Template file for 'cheat'
+pkgname=cheat
+version=2.5.1
+revision=1
+build_style=python3-module
+pycompile_module="cheat"
+conf_files="/etc/cheat"
+hostmakedepends="python3"
+depends="python3-docopt python3-termcolor python3-Pygments"
+short_desc="Create and view interactive cheatsheets on the command-line"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-3.0-or-later, MIT"
+homepage="https://github.com/cheat/cheat"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=9ae44cfc79478a7ba604871f3253e176f2bf3e1a4e698c9466e58a39d279effd
+
+post_install() {
+	vinstall cheat/autocompletion/cheat.bash 644 \
+		usr/share/bash-completion/completions cheat
+	vinstall cheat/autocompletion/cheat.zsh 644 \
+		usr/share/zsh/site-functions _cheat
+	vinstall cheat/autocompletion/cheat.fish 644 \
+		usr/share/fish/completions
+
+	vman man1/cheat.1.gz
+	vlicense licenses/mit.txt LICENSE.MIT
+}

  parent reply	other threads:[~2019-09-01 16:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-01 16:05 [PR PATCH] " voidlinux-github
2019-09-01 16:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-01 16:09 ` voidlinux-github [this message]
2019-09-02  5:08 ` voidlinux-github
2019-09-02  5:08 ` voidlinux-github
2019-09-02 18:20 ` [PR PATCH] [Merged]: " voidlinux-github

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190901160921.DbnN3IAQ5tYev4bP0lU8SBOKHLmF4YZNXLD8QrxBqhM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).