Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: oilshell-0.6.0
@ 2019-07-07 20:10 voidlinux-github
  2019-07-08  1:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-07 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
@ 2019-07-08  1:30 ` voidlinux-github
  2019-07-08  1:30 ` voidlinux-github
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH 1/2] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

From 5dfd93d2415cb57ac4479f7f2e129c3a60084d92 Mon Sep 17 00:00:00 2001
From: Wychmire <12383901+Wychmire@users.noreply.github.com>
Date: Sun, 7 Jul 2019 21:30:27 -0400
Subject: [PATCH 2/2] use nocross instead of specifying arch

---
 srcpkgs/oilshell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
index 11b14b7c856..8c74dd0aee1 100644
--- a/srcpkgs/oilshell/template
+++ b/srcpkgs/oilshell/template
@@ -2,7 +2,6 @@
 pkgname=oilshell
 version=0.6.0
 revision=1
-archs="x86_64*"
 wrksrc=oil-${version}
 build_style=configure
 configure_args="--prefix=/usr --with-readline"
@@ -15,6 +14,7 @@ distfiles="${homepage}/download/oil-${version}.tar.xz"
 checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
 register_shell="/usr/bin/osh"
 nostrip=yes
+nocross="oilshell is nocross"
 
 pre_build() {
 	# Remove the strip wrapper
@@ -35,4 +35,4 @@ do_install() {
 
 post_install() {
 	vlicense LICENSE.txt
-}
\ No newline at end of file
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
  2019-07-08  1:30 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-08  1:30 ` voidlinux-github
  2019-07-08  1:53 ` voidlinux-github
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH 1/2] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

From 5dfd93d2415cb57ac4479f7f2e129c3a60084d92 Mon Sep 17 00:00:00 2001
From: Wychmire <12383901+Wychmire@users.noreply.github.com>
Date: Sun, 7 Jul 2019 21:30:27 -0400
Subject: [PATCH 2/2] use nocross instead of specifying arch

---
 srcpkgs/oilshell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
index 11b14b7c856..8c74dd0aee1 100644
--- a/srcpkgs/oilshell/template
+++ b/srcpkgs/oilshell/template
@@ -2,7 +2,6 @@
 pkgname=oilshell
 version=0.6.0
 revision=1
-archs="x86_64*"
 wrksrc=oil-${version}
 build_style=configure
 configure_args="--prefix=/usr --with-readline"
@@ -15,6 +14,7 @@ distfiles="${homepage}/download/oil-${version}.tar.xz"
 checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
 register_shell="/usr/bin/osh"
 nostrip=yes
+nocross="oilshell is nocross"
 
 pre_build() {
 	# Remove the strip wrapper
@@ -35,4 +35,4 @@ do_install() {
 
 post_install() {
 	vlicense LICENSE.txt
-}
\ No newline at end of file
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
  2019-07-08  1:30 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-08  1:30 ` voidlinux-github
@ 2019-07-08  1:53 ` voidlinux-github
  2019-07-08  1:53 ` voidlinux-github
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH 1/3] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

From 5dfd93d2415cb57ac4479f7f2e129c3a60084d92 Mon Sep 17 00:00:00 2001
From: Wychmire <12383901+Wychmire@users.noreply.github.com>
Date: Sun, 7 Jul 2019 21:30:27 -0400
Subject: [PATCH 2/3] use nocross instead of specifying arch

---
 srcpkgs/oilshell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
index 11b14b7c856..8c74dd0aee1 100644
--- a/srcpkgs/oilshell/template
+++ b/srcpkgs/oilshell/template
@@ -2,7 +2,6 @@
 pkgname=oilshell
 version=0.6.0
 revision=1
-archs="x86_64*"
 wrksrc=oil-${version}
 build_style=configure
 configure_args="--prefix=/usr --with-readline"
@@ -15,6 +14,7 @@ distfiles="${homepage}/download/oil-${version}.tar.xz"
 checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
 register_shell="/usr/bin/osh"
 nostrip=yes
+nocross="oilshell is nocross"
 
 pre_build() {
 	# Remove the strip wrapper
@@ -35,4 +35,4 @@ do_install() {
 
 post_install() {
 	vlicense LICENSE.txt
-}
\ No newline at end of file
+}

From 2d7e271d82a6afb1469b723d120054f4897ac20d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 21:49:47 -0400
Subject: [PATCH 3/3] New package: oilshell-0.6.0

use nocross instead of specifying arch
remove nocross since it does work on i686
---
 srcpkgs/oilshell/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..272edf01b72
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,37 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oilshell is nocross"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-08  1:53 ` voidlinux-github
@ 2019-07-08  1:53 ` voidlinux-github
  2019-07-08  1:54 ` voidlinux-github
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH 1/3] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

From 5dfd93d2415cb57ac4479f7f2e129c3a60084d92 Mon Sep 17 00:00:00 2001
From: Wychmire <12383901+Wychmire@users.noreply.github.com>
Date: Sun, 7 Jul 2019 21:30:27 -0400
Subject: [PATCH 2/3] use nocross instead of specifying arch

---
 srcpkgs/oilshell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
index 11b14b7c856..8c74dd0aee1 100644
--- a/srcpkgs/oilshell/template
+++ b/srcpkgs/oilshell/template
@@ -2,7 +2,6 @@
 pkgname=oilshell
 version=0.6.0
 revision=1
-archs="x86_64*"
 wrksrc=oil-${version}
 build_style=configure
 configure_args="--prefix=/usr --with-readline"
@@ -15,6 +14,7 @@ distfiles="${homepage}/download/oil-${version}.tar.xz"
 checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
 register_shell="/usr/bin/osh"
 nostrip=yes
+nocross="oilshell is nocross"
 
 pre_build() {
 	# Remove the strip wrapper
@@ -35,4 +35,4 @@ do_install() {
 
 post_install() {
 	vlicense LICENSE.txt
-}
\ No newline at end of file
+}

From 2d7e271d82a6afb1469b723d120054f4897ac20d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 21:49:47 -0400
Subject: [PATCH 3/3] New package: oilshell-0.6.0

use nocross instead of specifying arch
remove nocross since it does work on i686
---
 srcpkgs/oilshell/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..272edf01b72
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,37 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oilshell is nocross"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-08  1:53 ` voidlinux-github
@ 2019-07-08  1:54 ` voidlinux-github
  2019-07-08  1:54 ` voidlinux-github
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-08  1:54 ` voidlinux-github
@ 2019-07-08  1:54 ` voidlinux-github
  2019-07-08  1:55 ` voidlinux-github
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-08  1:55 ` voidlinux-github
@ 2019-07-08  1:55 ` voidlinux-github
  2019-07-08  2:14 ` voidlinux-github
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From ef888c6ff02411a35478835b1a96e93c8b611c0a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 21:55:07 -0400
Subject: [PATCH] New package: oilshell-0.6.0

remove nocross and arch
---
 srcpkgs/oilshell/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..fd00b1c4c0e
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,36 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-08  1:54 ` voidlinux-github
@ 2019-07-08  1:55 ` voidlinux-github
  2019-07-08  1:55 ` voidlinux-github
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  1:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From ef888c6ff02411a35478835b1a96e93c8b611c0a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 21:55:07 -0400
Subject: [PATCH] New package: oilshell-0.6.0

remove nocross and arch
---
 srcpkgs/oilshell/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..fd00b1c4c0e
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,36 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-07-08  2:14 ` voidlinux-github
@ 2019-07-08  2:14 ` voidlinux-github
  2019-07-08  2:18 ` voidlinux-github
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH 1/2] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

From ef888c6ff02411a35478835b1a96e93c8b611c0a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 21:55:07 -0400
Subject: [PATCH 2/2] New package: oilshell-0.6.0

remove nocross and arch
---
 srcpkgs/oilshell/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..fd00b1c4c0e
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,36 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-08  1:55 ` voidlinux-github
@ 2019-07-08  2:14 ` voidlinux-github
  2019-07-08  2:14 ` voidlinux-github
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 3b24763d15945c8683caab40af872516f7f258a0 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 16:03:44 -0400
Subject: [PATCH 1/2] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..11b14b7c856
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,38 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+archs="x86_64*"
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

From ef888c6ff02411a35478835b1a96e93c8b611c0a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 21:55:07 -0400
Subject: [PATCH 2/2] New package: oilshell-0.6.0

remove nocross and arch
---
 srcpkgs/oilshell/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..fd00b1c4c0e
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,36 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr --with-readline"
+makedepends="readline-devel"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-07-08  2:18 ` voidlinux-github
@ 2019-07-08  2:18 ` voidlinux-github
  2019-07-08  2:31 ` voidlinux-github
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 84e056538d564676224d4f19498bbcafc21e8cbf Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 22:17:56 -0400
Subject: [PATCH] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..d6c3e17ddc8
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,36 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_if readline '--with-readline')"
+makedepends="$(vopt_if readline 'readline-devel')"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-07-08  2:14 ` voidlinux-github
@ 2019-07-08  2:18 ` voidlinux-github
  2019-07-08  2:18 ` voidlinux-github
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 84e056538d564676224d4f19498bbcafc21e8cbf Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 22:17:56 -0400
Subject: [PATCH] New package: oilshell-0.6.0

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

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..d6c3e17ddc8
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,36 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_if readline '--with-readline')"
+makedepends="$(vopt_if readline 'readline-devel')"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-07-08  2:31 ` voidlinux-github
@ 2019-07-08  2:31 ` voidlinux-github
  2019-07-08  3:12 ` voidlinux-github
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From be06254a4e29290bc163d558203de4e63fa6d085 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 22:31:20 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip
---
 srcpkgs/oilshell/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..dfabb98a672
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,37 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_if readline '--with-readline')"
+makedepends="$(vopt_if readline 'readline-devel')"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-07-08  2:18 ` voidlinux-github
@ 2019-07-08  2:31 ` voidlinux-github
  2019-07-08  2:31 ` voidlinux-github
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From be06254a4e29290bc163d558203de4e63fa6d085 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 22:31:20 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip
---
 srcpkgs/oilshell/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..dfabb98a672
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,37 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_if readline '--with-readline')"
+makedepends="$(vopt_if readline 'readline-devel')"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nostrip=yes
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-07-08  3:12 ` voidlinux-github
@ 2019-07-08  3:12 ` voidlinux-github
  2019-07-08  3:31 ` voidlinux-github
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 19c04c34afb9924759fe0241449a74aec7d31d2a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 23:11:50 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross
---
 srcpkgs/oilshell/template | 43 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..fd66bcfb54d
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,43 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross=yes
+nostrip=yes
+
+build_options="readline"
+desc_option_readline="Enables interactive features such as tabbed
+ autocompletion and cycling through your shell history with the
+ arrow keys"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-07-08  2:31 ` voidlinux-github
@ 2019-07-08  3:12 ` voidlinux-github
  2019-07-08  3:12 ` voidlinux-github
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 19c04c34afb9924759fe0241449a74aec7d31d2a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 23:11:50 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross
---
 srcpkgs/oilshell/template | 43 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..fd66bcfb54d
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,43 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross=yes
+nostrip=yes
+
+build_options="readline"
+desc_option_readline="Enables interactive features such as tabbed
+ autocompletion and cycling through your shell history with the
+ arrow keys"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-07-08  3:31 ` voidlinux-github
@ 2019-07-08  3:31 ` voidlinux-github
  2019-07-08 13:04 ` voidlinux-github
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From c53af9b5cd1483a662a69a28ef20836a46f285c4 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 23:30:41 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc
---
 srcpkgs/oilshell/template | 40 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..604a412bdc5
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,40 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross=yes
+nostrip=yes
+
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-07-08  3:12 ` voidlinux-github
@ 2019-07-08  3:31 ` voidlinux-github
  2019-07-08  3:31 ` voidlinux-github
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From c53af9b5cd1483a662a69a28ef20836a46f285c4 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 7 Jul 2019 23:30:41 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc
---
 srcpkgs/oilshell/template | 40 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..604a412bdc5
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,40 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross=yes
+nostrip=yes
+
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-07-08 13:04 ` voidlinux-github
@ 2019-07-08 13:04 ` voidlinux-github
  2019-07-08 18:55 ` voidlinux-github
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 14599c21e8665f5858998a079f91a9084de85c07 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Mon, 8 Jul 2019 09:03:56 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option
---
 srcpkgs/oilshell/template | 41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..7a4b3089026
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,41 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross=yes
+nostrip=yes
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-07-08  3:31 ` voidlinux-github
@ 2019-07-08 13:04 ` voidlinux-github
  2019-07-08 13:04 ` voidlinux-github
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 14599c21e8665f5858998a079f91a9084de85c07 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Mon, 8 Jul 2019 09:03:56 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option
---
 srcpkgs/oilshell/template | 41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..7a4b3089026
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,41 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross=yes
+nostrip=yes
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (20 preceding siblings ...)
  2019-07-08 18:55 ` voidlinux-github
@ 2019-07-08 18:55 ` voidlinux-github
  2019-07-09 13:00 ` voidlinux-github
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08 18:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 79e2edba447aa266b9b687680ef7ba8ffc5b1a63 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Mon, 8 Jul 2019 14:55:35 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason
---
 srcpkgs/oilshell/template | 41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..95272cb0503
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,41 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oilshell is nocross"
+nostrip=yes
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-07-08 13:04 ` voidlinux-github
@ 2019-07-08 18:55 ` voidlinux-github
  2019-07-08 18:55 ` voidlinux-github
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-08 18:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 79e2edba447aa266b9b687680ef7ba8ffc5b1a63 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Mon, 8 Jul 2019 14:55:35 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason
---
 srcpkgs/oilshell/template | 41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..95272cb0503
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,41 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oilshell is nocross"
+nostrip=yes
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}
\ No newline at end of file

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

* Re: New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (21 preceding siblings ...)
  2019-07-08 18:55 ` voidlinux-github
@ 2019-07-09 13:00 ` voidlinux-github
  2019-07-09 13:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:00 UTC (permalink / raw)
  To: ml

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

New comment by Wychmire on void-packages repository

https://github.com/void-linux/void-packages/pull/12891#issuecomment-509632267
Comment:
I never really thought about it. The website is called oilshell.org, and since the the program is a shell I guess I figured that it was called oilshell. The aur package is also called oilshell.
Fair point though. If I'm going to rename the pakage `oil`, would I have to create a new PR or just rename the commit?

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (23 preceding siblings ...)
  2019-07-09 13:06 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-09 13:06 ` voidlinux-github
  2019-07-09 13:21 ` voidlinux-github
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From c073f4d9177894827ce9666d155f8697237c371a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 9 Jul 2019 09:05:51 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason


remove nostrip=yes and the removal of the wrapper in do_install
---
 srcpkgs/oilshell/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..5ec48562a3a
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,37 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oilshell is nocross"
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (22 preceding siblings ...)
  2019-07-09 13:00 ` voidlinux-github
@ 2019-07-09 13:06 ` voidlinux-github
  2019-07-09 13:06 ` voidlinux-github
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From c073f4d9177894827ce9666d155f8697237c371a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 9 Jul 2019 09:05:51 -0400
Subject: [PATCH] New package: oilshell-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason


remove nostrip=yes and the removal of the wrapper in do_install
---
 srcpkgs/oilshell/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oilshell/template

diff --git a/srcpkgs/oilshell/template b/srcpkgs/oilshell/template
new file mode 100644
index 00000000000..5ec48562a3a
--- /dev/null
+++ b/srcpkgs/oilshell/template
@@ -0,0 +1,37 @@
+# Template file for 'oilshell'
+pkgname=oilshell
+version=0.6.0
+revision=1
+wrksrc=oil-${version}
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/oil-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oilshell is nocross"
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (24 preceding siblings ...)
  2019-07-09 13:06 ` voidlinux-github
@ 2019-07-09 13:21 ` voidlinux-github
  2019-07-09 13:38 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:21 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/12891#issuecomment-509639289
Comment:
Rename the template directory and the pkgname in the template, then update the commit to reflect. Keep it all in this PR.

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (25 preceding siblings ...)
  2019-07-09 13:21 ` voidlinux-github
@ 2019-07-09 13:38 ` voidlinux-github
  2019-07-09 13:38 ` voidlinux-github
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 0b9d2e6ae26a9a5ce90a740225fc19432ee3c389 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 9 Jul 2019 09:37:44 -0400
Subject: [PATCH] New package: oil-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason


remove nostrip=yes and the removal of the wrapper in do_install


rename oilshell to oil
---
 srcpkgs/oil/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/oil/template

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
new file mode 100644
index 00000000000..1a2df6c1008
--- /dev/null
+++ b/srcpkgs/oil/template
@@ -0,0 +1,36 @@
+# Template file for 'oil'
+pkgname=oil
+version=0.6.0
+revision=1
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oil is nocross"
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (26 preceding siblings ...)
  2019-07-09 13:38 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-09 13:38 ` voidlinux-github
  2019-07-09 13:49 ` voidlinux-github
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From 0b9d2e6ae26a9a5ce90a740225fc19432ee3c389 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 9 Jul 2019 09:37:44 -0400
Subject: [PATCH] New package: oil-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason


remove nostrip=yes and the removal of the wrapper in do_install


rename oilshell to oil
---
 srcpkgs/oil/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/oil/template

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
new file mode 100644
index 00000000000..1a2df6c1008
--- /dev/null
+++ b/srcpkgs/oil/template
@@ -0,0 +1,36 @@
+# Template file for 'oil'
+pkgname=oil
+version=0.6.0
+revision=1
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oil is nocross"
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (27 preceding siblings ...)
  2019-07-09 13:38 ` voidlinux-github
@ 2019-07-09 13:49 ` voidlinux-github
  2019-07-09 13:49 ` voidlinux-github
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From d778c5e5a77478fbd1dace0dc6ce259132661f8d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 9 Jul 2019 09:49:29 -0400
Subject: [PATCH] New package: oil-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason


remove nostrip=yes and the removal of the wrapper in do_install


rename oilshell to oil


re-add nostrip
---
 srcpkgs/oil/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oil/template

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
new file mode 100644
index 00000000000..92a0ada7186
--- /dev/null
+++ b/srcpkgs/oil/template
@@ -0,0 +1,37 @@
+# Template file for 'oil'
+pkgname=oil
+version=0.6.0
+revision=1
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oil is nocross"
+nostrip=yes
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (28 preceding siblings ...)
  2019-07-09 13:49 ` voidlinux-github
@ 2019-07-09 13:49 ` voidlinux-github
  2019-07-09 13:51 ` voidlinux-github
  2019-07-09 14:31 ` [PR PATCH] [Merged]: " voidlinux-github
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages oilshell
https://github.com/void-linux/void-packages/pull/12891

New package: oilshell-0.6.0
Closes #12835 

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

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

From d778c5e5a77478fbd1dace0dc6ce259132661f8d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Tue, 9 Jul 2019 09:49:29 -0400
Subject: [PATCH] New package: oil-0.6.0

re-add nostrip


Add proper readline build option and re-add nocross


make using the readline option default and remove desc


fix readline option


fix nocross reason


remove nostrip=yes and the removal of the wrapper in do_install


rename oilshell to oil


re-add nostrip
---
 srcpkgs/oil/template | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 srcpkgs/oil/template

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
new file mode 100644
index 00000000000..92a0ada7186
--- /dev/null
+++ b/srcpkgs/oil/template
@@ -0,0 +1,37 @@
+# Template file for 'oil'
+pkgname=oil
+version=0.6.0
+revision=1
+build_style=configure
+configure_args="--prefix=/usr $(vopt_with readline)"
+makedepends="$(vopt_if readline readline-devel)"
+short_desc="Oil, a new unix shell"
+maintainer="Caleb JA <skywise@tutanota.de>"
+license="Apache-2.0"
+homepage="https://www.oilshell.org"
+distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
+checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+register_shell="/usr/bin/osh"
+nocross="oil is nocross"
+nostrip=yes
+
+build_options="readline"
+build_options_default="readline"
+
+pre_build() {
+	# Remove the strip wrapper
+	rm -f "${XBPS_WRAPPERDIR}"/strip
+}
+
+do_install() {
+	# Install binaries
+	vbin _bin/oil.ovm
+	# Symlink osh, oshc to oil.ovm.
+	cd "${DESTDIR}"/usr/bin
+	ln -s oil.ovm osh
+	ln -s oil.ovm oshc
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (29 preceding siblings ...)
  2019-07-09 13:49 ` voidlinux-github
@ 2019-07-09 13:51 ` voidlinux-github
  2019-07-09 14:31 ` [PR PATCH] [Merged]: " voidlinux-github
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 13:51 UTC (permalink / raw)
  To: ml

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

New comment by Wychmire on void-packages repository

https://github.com/void-linux/void-packages/pull/12891#issuecomment-509650765
Comment:
Everything should be renamed properly now.

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

* Re: [PR PATCH] [Merged]: New package: oilshell-0.6.0
  2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
                   ` (30 preceding siblings ...)
  2019-07-09 13:51 ` voidlinux-github
@ 2019-07-09 14:31 ` voidlinux-github
  31 siblings, 0 replies; 33+ messages in thread
From: voidlinux-github @ 2019-07-09 14:31 UTC (permalink / raw)
  To: ml

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

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

New package: oilshell-0.6.0
https://github.com/void-linux/void-packages/pull/12891
Description: Closes #12835 

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

end of thread, other threads:[~2019-07-09 14:31 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-07 20:10 [PR PATCH] New package: oilshell-0.6.0 voidlinux-github
2019-07-08  1:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-08  1:30 ` voidlinux-github
2019-07-08  1:53 ` voidlinux-github
2019-07-08  1:53 ` voidlinux-github
2019-07-08  1:54 ` voidlinux-github
2019-07-08  1:54 ` voidlinux-github
2019-07-08  1:55 ` voidlinux-github
2019-07-08  1:55 ` voidlinux-github
2019-07-08  2:14 ` voidlinux-github
2019-07-08  2:14 ` voidlinux-github
2019-07-08  2:18 ` voidlinux-github
2019-07-08  2:18 ` voidlinux-github
2019-07-08  2:31 ` voidlinux-github
2019-07-08  2:31 ` voidlinux-github
2019-07-08  3:12 ` voidlinux-github
2019-07-08  3:12 ` voidlinux-github
2019-07-08  3:31 ` voidlinux-github
2019-07-08  3:31 ` voidlinux-github
2019-07-08 13:04 ` voidlinux-github
2019-07-08 13:04 ` voidlinux-github
2019-07-08 18:55 ` voidlinux-github
2019-07-08 18:55 ` voidlinux-github
2019-07-09 13:00 ` voidlinux-github
2019-07-09 13:06 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-09 13:06 ` voidlinux-github
2019-07-09 13:21 ` voidlinux-github
2019-07-09 13:38 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-09 13:38 ` voidlinux-github
2019-07-09 13:49 ` voidlinux-github
2019-07-09 13:49 ` voidlinux-github
2019-07-09 13:51 ` voidlinux-github
2019-07-09 14:31 ` [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).