Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cheat-2.5.1
@ 2019-09-01 16:05 voidlinux-github
  2019-09-01 16:09 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-01 16:05 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1396 bytes --]

From 521771093ea5e4736a220d2dfb5ea7f7cd31ea27 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/cheat/template

diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template
new file mode 100644
index 00000000000..512bc3dc4a0
--- /dev/null
+++ b/srcpkgs/cheat/template
@@ -0,0 +1,26 @@
+# Template file for 'cheat'
+pkgname=cheat
+version=2.5.1
+revision=1
+build_style=python3-module
+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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: cheat-2.5.1
  2019-09-01 16:05 [PR PATCH] New package: cheat-2.5.1 voidlinux-github
@ 2019-09-01 16:09 ` voidlinux-github
  2019-09-01 16:09 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-01 16:09 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: cheat-2.5.1
  2019-09-01 16:05 [PR PATCH] New package: cheat-2.5.1 voidlinux-github
  2019-09-01 16:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-01 16:09 ` voidlinux-github
  2019-09-02  5:08 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-01 16:09 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: cheat-2.5.1
  2019-09-01 16:05 [PR PATCH] New package: cheat-2.5.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-02  5:08 ` voidlinux-github
@ 2019-09-02  5:08 ` voidlinux-github
  2019-09-02 18:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-02  5:08 UTC (permalink / raw)
  To: ml

[-- 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: 1416 bytes --]

From b44054ef9a9eaee6bfc92a567a03a9809e333a8f 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/cheat/template

diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template
new file mode 100644
index 00000000000..b60b4ba53b2
--- /dev/null
+++ b/srcpkgs/cheat/template
@@ -0,0 +1,26 @@
+# 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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: cheat-2.5.1
  2019-09-01 16:05 [PR PATCH] New package: cheat-2.5.1 voidlinux-github
  2019-09-01 16:09 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-01 16:09 ` voidlinux-github
@ 2019-09-02  5:08 ` voidlinux-github
  2019-09-02  5:08 ` voidlinux-github
  2019-09-02 18:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-02  5:08 UTC (permalink / raw)
  To: ml

[-- 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: 1416 bytes --]

From b44054ef9a9eaee6bfc92a567a03a9809e333a8f 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/cheat/template

diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template
new file mode 100644
index 00000000000..b60b4ba53b2
--- /dev/null
+++ b/srcpkgs/cheat/template
@@ -0,0 +1,26 @@
+# 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
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: New package: cheat-2.5.1
  2019-09-01 16:05 [PR PATCH] New package: cheat-2.5.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-02  5:08 ` voidlinux-github
@ 2019-09-02 18:20 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-02 18:20 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: cheat-2.5.1
https://github.com/void-linux/void-packages/pull/14138

Description:
closes https://github.com/void-linux/void-packages/issues/14095

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-02 18:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-01 16:05 [PR PATCH] New package: cheat-2.5.1 voidlinux-github
2019-09-01 16:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-01 16:09 ` voidlinux-github
2019-09-02  5:08 ` voidlinux-github
2019-09-02  5:08 ` voidlinux-github
2019-09-02 18:20 ` [PR PATCH] [Merged]: " voidlinux-github

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).