Github messages for voidlinux
 help / color / mirror / Atom feed
From: JohnGebbie <JohnGebbie@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gek-0.1
Date: Tue, 05 Jul 2022 16:11:39 +0200	[thread overview]
Message-ID: <20220705141139.j8oRoB01PToxw9gJR1ap83VJ1i3rRl-NpwlhdYzR8s8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37817@inbox.vuxu.org>

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

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

https://github.com/JohnGebbie/void-packages gek
https://github.com/void-linux/void-packages/pull/37817

New package: gek-0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packagegs/blob/master/Manual.md#quality-requirements): **YES**


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

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

From ef48c79bfe3b998a869698ed360cf00178fbfed8 Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Sun, 3 Jul 2022 16:03:25 +0100
Subject: [PATCH] New package: gek-0.1

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

diff --git a/srcpkgs/gek/template b/srcpkgs/gek/template
new file mode 100644
index 000000000000..6e077ed2c5d6
--- /dev/null
+++ b/srcpkgs/gek/template
@@ -0,0 +1,26 @@
+# Template file for 'gek'
+pkgname=gek
+version=0.1
+revision=1
+wrksrc="gek-v${version}"
+build_style=go
+go_import_path="git.sr.ht/~geb/gek"
+go_package="${go_import_path}/src"
+short_desc="Stack-based stream editor and scripting language"
+maintainer="John Gebbie <me@johngebbie.com>"
+license="GPL-3.0-only"
+homepage="https://geklang.org/"
+distfiles="https://git.sr.ht/~geb/gek/archive/v${version}.tar.gz"
+checksum="3a271b067793099a9ad873cd6f9113b3bdc376160e1bdb9f72892e94d0c8f1c6"
+
+do_install() {
+	if [ -f "$GOPATH/bin/src" ]; then
+		vbin "$GOPATH/bin/src" gek
+	else
+		vbin "$GOPATH/bin/**/src" gek
+	fi
+	vbin gekdoc
+	vman gek.1
+	vmkdir "/usr/share/doc"
+	vcopy doc "/usr/share/doc/${pkgname}"
+}

  parent reply	other threads:[~2022-07-05 14:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-03 15:19 [PR PATCH] " JohnGebbie
2022-07-03 16:23 ` [PR REVIEW] " classabbyamp
2022-07-03 16:23 ` classabbyamp
2022-07-03 17:13 ` [PR PATCH] [Updated] " JohnGebbie
2022-07-03 17:18 ` [PR REVIEW] " JohnGebbie
2022-07-03 17:23 ` classabbyamp
2022-07-03 17:49 ` JohnGebbie
2022-07-03 17:56 ` classabbyamp
2022-07-03 17:56 ` paper42
2022-07-03 17:57 ` classabbyamp
2022-07-03 19:32 ` [PR PATCH] [Updated] " JohnGebbie
2022-07-03 19:34 ` [PR REVIEW] " JohnGebbie
2022-07-03 21:20 ` paper42
2022-07-03 21:53 ` [PR PATCH] [Updated] " JohnGebbie
2022-07-03 21:58 ` [PR REVIEW] " JohnGebbie
2022-07-03 22:00 ` paper42
2022-07-04  8:03 ` [PR PATCH] [Updated] " JohnGebbie
2022-07-04  8:04 ` [PR REVIEW] " JohnGebbie
2022-07-05  8:32 ` JohnGebbie
2022-07-05 13:42 ` classabbyamp
2022-07-05 14:11 ` JohnGebbie [this message]
2022-07-05 14:15 ` [PR REVIEW] " paper42
2022-07-05 18:00 ` [PR PATCH] [Updated] " JohnGebbie
2022-09-29 18:34 ` JohnGebbie
2022-09-29 18:34 ` [PR PATCH] [Closed]: " JohnGebbie

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=20220705141139.j8oRoB01PToxw9gJR1ap83VJ1i3rRl-NpwlhdYzR8s8@z \
    --to=johngebbie@users.noreply.github.com \
    --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).