Github messages for voidlinux
 help / color / mirror / Atom feed
From: gbrlsnchs <gbrlsnchs@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: packr2 and circleci-cli
Date: Tue, 29 Sep 2020 00:45:21 +0200	[thread overview]
Message-ID: <20200928224521.CDJfBaLEaQVG1MJU35QbSzf40_96SmAJu9rVNbxLRLE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25101@inbox.vuxu.org>

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

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

https://github.com/gbrlsnchs/void-packages circleci-cli
https://github.com/void-linux/void-packages/pull/25101

New packages: packr2 and circleci-cli
I have also packaged `packr2` because it's a build dependency of `circleci-cli`, and might still be useful for Golang developers.

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

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

From 512106cc1a74e64a2f818589381b1dcfade506dc Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Fri, 25 Sep 2020 15:41:32 -0300
Subject: [PATCH 1/2] New package: packr2-2.8.0

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

diff --git a/srcpkgs/packr2/template b/srcpkgs/packr2/template
new file mode 100644
index 00000000000..15b01438d58
--- /dev/null
+++ b/srcpkgs/packr2/template
@@ -0,0 +1,18 @@
+# Template file for 'packr2'
+pkgname=packr2
+_pkgname=packr
+version=2.8.0
+revision=1
+wrksrc=${_pkgname}-${version}
+build_style=go
+go_import_path=github.com/gobuffalo/${_pkgname}/v2/packr2
+short_desc="Static files embedder for Go binaries"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://github.com/gobuffalo/packr"
+distfiles="https://github.com/gobuffalo/${_pkgname}/archive/v${version}.tar.gz"
+checksum=2cab1e8d60734af05d594346f8e4bffcef0ac2aea4895b08bd9f3c40fc24c639
+
+post_install() {
+	vlicense v2/LICENSE.txt
+}

From ef5d998f75767b7e65fa60fcdeac7c1f85df596c Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Wed, 23 Sep 2020 15:07:53 -0300
Subject: [PATCH 2/2] New package: circleci-cli-0.1.9578

---
 srcpkgs/circleci-cli/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/circleci-cli/template

diff --git a/srcpkgs/circleci-cli/template b/srcpkgs/circleci-cli/template
new file mode 100644
index 00000000000..39ce124248b
--- /dev/null
+++ b/srcpkgs/circleci-cli/template
@@ -0,0 +1,28 @@
+# Template file for 'circleci-cli'
+pkgname=circleci-cli
+version=0.1.9578
+revision=1
+build_style=go
+go_import_path=github.com/CircleCI-Public/${pkgname}
+go_ldflags="-s -w -X github.com/CircleCI-Public/${pkgname}/version.Version=${version} -X github.com/CircleCI-Public/${pkgname}/version.Commit=cf6a918 -X github.com/CircleCI-Public/${pkgname}/version.packageManager=xbps"
+hostmakedepends="packr2"
+short_desc="Use CircleCI from the command line"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://circleci-public.github.io/circleci-cli/"
+distfiles="https://github.com/CircleCI-Public/${pkgname}/archive/v${version}.tar.gz"
+checksum=d5dac07d27d97ee41dced89cf2b36dfeea17906343b6a6a21c1d8c4ca34a78a0
+
+pre_build() {
+	packr2
+}
+
+post_build() {
+	packr2 clean
+}
+
+post_install() {
+	vlicense LICENSE
+
+	mv ${DISTDIR}/usr/bin/circleci{-cli,}
+}

  parent reply	other threads:[~2020-09-28 22:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 19:33 [PR PATCH] New packages: packr " gbrlsnchs
2020-09-25 19:38 ` [PR REVIEW] " CameronNemo
2020-09-25 19:39 ` CameronNemo
2020-09-25 19:56 ` gbrlsnchs
2020-09-25 19:57 ` gbrlsnchs
2020-09-25 20:05 ` CameronNemo
2020-09-25 20:06 ` CameronNemo
2020-09-25 20:14 ` [PR PATCH] [Updated] " gbrlsnchs
2020-09-25 20:15 ` [PR REVIEW] " gbrlsnchs
2020-09-25 23:46 ` [PR REVIEW] New packages: packr2 " CameronNemo
2020-09-25 23:47 ` CameronNemo
2020-09-28 22:45 ` gbrlsnchs [this message]
2020-09-29  1:13 ` CameronNemo
2020-09-29  3:33 ` [PR PATCH] [Updated] " gbrlsnchs
2020-09-29 14:28 ` gbrlsnchs
2020-11-22  3:47 ` [PR PATCH] [Merged]: " the-maldridge

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=20200928224521.CDJfBaLEaQVG1MJU35QbSzf40_96SmAJu9rVNbxLRLE@z \
    --to=gbrlsnchs@users.noreply.github.com \
    --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).