Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: singularity-3.2.1
       [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:15 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-02  8:13 UTC (permalink / raw)
  To: ml

[-- 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/
+}

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

* Re: New package: singularity-3.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14044@inbox.vuxu.org>
  2019-09-02  8:13 ` [PR PATCH] [Updated] New package: singularity-3.2.1 voidlinux-github
@ 2019-09-02  8:15 ` voidlinux-github
  2019-09-02  8:15 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-02  8:15 UTC (permalink / raw)
  To: ml

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

New comment by emi80 on void-packages repository

https://github.com/void-linux/void-packages/pull/14044#issuecomment-527049658

Comment:
One question, when is one supposed to use `make_dirs` vs `vmkdir`? In this case what would be the best to do? 

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

* Re: New package: singularity-3.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14044@inbox.vuxu.org>
  2019-09-02  8:13 ` [PR PATCH] [Updated] New package: singularity-3.2.1 voidlinux-github
  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
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-02  8:15 UTC (permalink / raw)
  To: ml

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

New comment by emi80 on void-packages repository

https://github.com/void-linux/void-packages/pull/14044#issuecomment-527049658

Comment:
One question: when is one supposed to use `make_dirs` vs `vmkdir`? In this case what would be the best to do? 

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

* Re: New package: singularity-3.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14044@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-09-02  8:15 ` voidlinux-github
@ 2019-09-02 19:14 ` voidlinux-github
  2019-09-03  7:49 ` voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-02 19:14 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14044#issuecomment-527227302

Comment:
make_dirs is to create dirs when package is installed by user, because xbps-src does not add empty dirs into xbps package.

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

* Re: New package: singularity-3.2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14044@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-09-02 19:14 ` voidlinux-github
@ 2019-09-03  7:49 ` voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-03  7:49 UTC (permalink / raw)
  To: ml

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

New comment by emi80 on void-packages repository

https://github.com/void-linux/void-packages/pull/14044#issuecomment-527346341

Comment:
Thanks a lot, now it's clear.

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

end of thread, other threads:[~2019-09-03  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14044@inbox.vuxu.org>
2019-09-02  8:13 ` [PR PATCH] [Updated] New package: singularity-3.2.1 voidlinux-github
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

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