Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] esh: new package
@ 2021-07-14 10:28 jirutka
  2021-07-14 10:28 ` [PR PATCH] [Updated] " jirutka
  2021-07-14 13:33 ` [PR PATCH] [Merged]: New package: esh leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: jirutka @ 2021-07-14 10:28 UTC (permalink / raw)
  To: ml

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

There is a new pull request by jirutka against master on the void-packages repository

https://github.com/jirutka/void-packages esh
https://github.com/void-linux/void-packages/pull/31954

esh: new package
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 0c9f2eda39a24cc08e85d43af2324cceee2a7039 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Wed, 14 Jul 2021 12:21:55 +0200
Subject: [PATCH] esh: new package

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

diff --git a/srcpkgs/esh/template b/srcpkgs/esh/template
new file mode 100644
index 000000000000..f9595a2f363a
--- /dev/null
+++ b/srcpkgs/esh/template
@@ -0,0 +1,17 @@
+# Template file for 'esh'
+pkgname=esh
+version=0.3.1
+revision=1
+hostmakedepends="ruby-asciidoctor"
+depends="awk sed"
+short_desc="Simple templating engine based on shell"
+maintainer="Jakub Jirutka <jakub@jirutka.cz>"
+license="MIT"
+homepage="https://github.com/jirutka/esh"
+distfiles="https://github.com/jirutka/esh/archive/v${version}/${pkgname}-${version}.tar.gz"
+checksum="62606e755fbd78a92f2f0a5fd4bc6095b593936d9ffdbeaf8125b222fcb0ec1c"
+
+do_install() {
+	make install prefix=/usr DESTDIR=$DESTDIR
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] esh: new package
  2021-07-14 10:28 [PR PATCH] esh: new package jirutka
@ 2021-07-14 10:28 ` jirutka
  2021-07-14 13:33 ` [PR PATCH] [Merged]: New package: esh leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: jirutka @ 2021-07-14 10:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jirutka/void-packages esh
https://github.com/void-linux/void-packages/pull/31954

esh: new package
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 02a46ddc218de4ab5f77c64194243597935ed61e Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Wed, 14 Jul 2021 12:21:55 +0200
Subject: [PATCH] New package: esh

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

diff --git a/srcpkgs/esh/template b/srcpkgs/esh/template
new file mode 100644
index 000000000000..f9595a2f363a
--- /dev/null
+++ b/srcpkgs/esh/template
@@ -0,0 +1,17 @@
+# Template file for 'esh'
+pkgname=esh
+version=0.3.1
+revision=1
+hostmakedepends="ruby-asciidoctor"
+depends="awk sed"
+short_desc="Simple templating engine based on shell"
+maintainer="Jakub Jirutka <jakub@jirutka.cz>"
+license="MIT"
+homepage="https://github.com/jirutka/esh"
+distfiles="https://github.com/jirutka/esh/archive/v${version}/${pkgname}-${version}.tar.gz"
+checksum="62606e755fbd78a92f2f0a5fd4bc6095b593936d9ffdbeaf8125b222fcb0ec1c"
+
+do_install() {
+	make install prefix=/usr DESTDIR=$DESTDIR
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: esh
  2021-07-14 10:28 [PR PATCH] esh: new package jirutka
  2021-07-14 10:28 ` [PR PATCH] [Updated] " jirutka
@ 2021-07-14 13:33 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-07-14 13:33 UTC (permalink / raw)
  To: ml

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

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

New package: esh
https://github.com/void-linux/void-packages/pull/31954

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-07-14 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 10:28 [PR PATCH] esh: new package jirutka
2021-07-14 10:28 ` [PR PATCH] [Updated] " jirutka
2021-07-14 13:33 ` [PR PATCH] [Merged]: New package: esh leahneukirchen

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