Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: packr and circleci-cli
@ 2020-09-25 19:33 gbrlsnchs
  2020-09-25 19:38 ` [PR REVIEW] " CameronNemo
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: gbrlsnchs @ 2020-09-25 19:33 UTC (permalink / raw)
  To: ml

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

There is a new 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: packr and circleci-cli
I have also packaged `packr` 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: 2519 bytes --]

From f6f748de6eaa79b52542ff53140fa79307840a91 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: packr-2.8.0

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

diff --git a/srcpkgs/packr/template b/srcpkgs/packr/template
new file mode 100644
index 00000000000..49c3168d5ec
--- /dev/null
+++ b/srcpkgs/packr/template
@@ -0,0 +1,20 @@
+# Template file for 'packr'
+pkgname=packr
+version=2.8.0
+revision=1
+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
+
+pre_install() {
+	mv ${GOPATH}/bin/packr{2,}
+}
+
+post_install() {
+	vlicense v2/LICENSE.txt
+}

From a602e522ac5c3bd526528069f96102a3a7b268f4 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 | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 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..8c9b0cd77e0
--- /dev/null
+++ b/srcpkgs/circleci-cli/template
@@ -0,0 +1,30 @@
+# 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="packr"
+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() {
+	packr
+}
+
+post_build() {
+	packr clean
+}
+
+pre_install() {
+	mv ${GOPATH}/bin/circleci{-cli,}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2020-11-22  3:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 19:33 [PR PATCH] New packages: packr and circleci-cli 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 ` [PR PATCH] [Updated] " gbrlsnchs
2020-09-29  1:13 ` [PR REVIEW] " 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

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