Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: singularity-3.2.1
Date: Mon, 02 Sep 2019 10:13:49 +0200	[thread overview]
Message-ID: <20190902081349.dvR9GEIpvfY5HYkTgAYtExpI9fSUKXzxR80IwcNTMk0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14044@inbox.vuxu.org>

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

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

https://github.com/emi80/void-packages singularity
https://github.com/void-linux/void-packages/pull/14044

New package: singularity-3.2.1


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

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

From d4508149cf4b89c711d09492cc46a5d667dc5a37 Mon Sep 17 00:00:00 2001
From: Emilio Palumbo <emiliopalumbo@gmail.com>
Date: Thu, 1 Aug 2019 10:24:00 +0200
Subject: [PATCH] New package: singularity-3.2.1

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

diff --git a/srcpkgs/singularity/template b/srcpkgs/singularity/template
new file mode 100644
index 00000000000..a3f104f85a8
--- /dev/null
+++ b/srcpkgs/singularity/template
@@ -0,0 +1,37 @@
+# Template file for 'singularity'
+pkgname=singularity
+version=3.2.1
+revision=1
+wrksrc="singularity"
+build_style=configure
+configure_args="--sysconfdir=/etc --localstatedir=/var --runstatedir=/run --prefix=/usr"
+configure_script="./mconfig"
+make_build_args="-C builddir"
+make_install_target="install man"
+make_dirs="/var/singularity/mnt/session 0750 root root"
+hostmakedepends="go git pkg-config"
+makedepends="gpgme-devel libressl-devel libuuid-devel libseccomp-devel"
+depends="squashfs-tools"
+short_desc="Open source container platform designed to be simple, fast, and secure"
+maintainer="Emilio Palumbo <emiliopalumbo@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://www.sylabs.io/singularity"
+distfiles="https://github.com/sylabs/singularity/releases/download/v${version}/singularity-${version}.tar.gz"
+checksum=d4388fb5f7e0083f0c344354c9ad3b5b823e2f3f27980e56efa7785140c9b616
+make_install_args+="-C builddir"
+nopie=yes
+nocross="Custom build system, requires to execute binary on target system"
+
+pre_install() {
+	vmkdir usr/share/man/man1
+}
+
+post_install() {
+	vlicense LICENSE.md
+	vdoc README.md
+	vdoc CHANGELOG.md
+	vcopy examples usr/share/doc/singularity/
+	vmkdir usr/share/bash-completion/completions/
+	mv $DESTDIR/etc/bash_completion.d/* $DESTDIR/usr/share/bash-completion/completions/
+	rm -r $DESTDIR/etc/bash_completion.d/
+}

  parent reply	other threads:[~2019-09-02  8:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14044@inbox.vuxu.org>
2019-09-02  8:13 ` voidlinux-github
2019-09-02  8:13 ` voidlinux-github [this message]
2019-09-02  8:15 ` voidlinux-github
2019-09-02  8:15 ` voidlinux-github
2019-09-02 19:14 ` voidlinux-github
2019-09-03  7:49 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190902081349.dvR9GEIpvfY5HYkTgAYtExpI9fSUKXzxR80IwcNTMk0@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).