Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oil: update to 0.7.pre5
@ 2019-10-08 21:15 voidlinux-github
  2019-10-08 21:57 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 21:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dreamtigers/void-packages oil
https://github.com/void-linux/void-packages/pull/15269

oil: update to 0.7.pre5
Also: added manpage to the template.

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

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

From 1129d186d837e4698ce2375b2faaa0da2a82a434 Mon Sep 17 00:00:00 2001
From: Ivan Gonzalez Polanco <ivan14polanco@gmail.com>
Date: Tue, 8 Oct 2019 17:07:29 -0400
Subject: [PATCH] oil: update to 0.7.pre5

Also: added manpage to the template.
---
 srcpkgs/oil/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 92a0ada7186..46755980875 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.6.0
+version=0.7.pre5
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -10,7 +10,7 @@ maintainer="Caleb JA <skywise@tutanota.de>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+checksum=6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee
 register_shell="/usr/bin/osh"
 nocross="oil is nocross"
 nostrip=yes
@@ -26,6 +26,8 @@ pre_build() {
 do_install() {
 	# Install binaries
 	vbin _bin/oil.ovm
+	# Add manpage
+	vman doc/osh.1
 	# Symlink osh, oshc to oil.ovm.
 	cd "${DESTDIR}"/usr/bin
 	ln -s oil.ovm osh

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

end of thread, other threads:[~2019-10-20 14:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
2019-10-08 21:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 21:57 ` voidlinux-github
2019-10-12  9:30 ` voidlinux-github
2019-10-19 23:57 ` voidlinux-github
2019-10-20  9:13 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-20  9:13 ` voidlinux-github
2019-10-20 14:22 ` 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).