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: dlayer-0.1.0
Date: Mon, 28 Oct 2019 02:56:50 +0100	[thread overview]
Message-ID: <20191028015650.kkmrhJwhgIQPaNl6rhOgnHUsmj4U461VYrpD40PI4iA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15843@inbox.vuxu.org>

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

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

https://github.com/ScOut3R/void-packages dlayer
https://github.com/void-linux/void-packages/pull/15843

New package: dlayer-0.1.0


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

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

From ae5f3b4c23fc0372dbd83fe444c81d6f6f9f11e1 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Mon, 28 Oct 2019 12:48:24 +1100
Subject: [PATCH] New package: dlayer-0.1.0

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

diff --git a/srcpkgs/dlayer/template b/srcpkgs/dlayer/template
new file mode 100644
index 00000000000..9b33ddc7657
--- /dev/null
+++ b/srcpkgs/dlayer/template
@@ -0,0 +1,23 @@
+# Template file for 'dlayer'
+pkgname=dlayer
+version=0.1.0
+revision=1
+build_style=go
+go_import_path=github.com/orisano/dlayer
+hostmakedepends="git dep"
+short_desc="Dlayer is a docker layer analyzer"
+maintainer="Mate GABRI <iam@theguy.io>"
+license="MIT"
+homepage="https://github.com/orisano/dlayer"
+distfiles="https://github.com/orisano/dlayer/archive/v${version}.tar.gz"
+checksum=f449e141792b721bf107886ae367daa2e453a3d955f529a1ce68f80d26aa6446
+
+pre_build() {
+	cd $GOSRCPATH
+	dep ensure
+	cd $wrksrc
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2019-10-28  1:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28  1:49 [PR PATCH] " voidlinux-github
2019-10-28  1:56 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-28  1:56 ` voidlinux-github [this message]
2019-10-28  1:57 ` [PR PATCH] [Closed]: " 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=20191028015650.kkmrhJwhgIQPaNl6rhOgnHUsmj4U461VYrpD40PI4iA@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).