Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: drone-runner-exec-1.0.0-beta.10
@ 2022-09-12 14:58 Shanduur
  2022-09-12 15:02 ` [PR PATCH] [Updated] " Shanduur
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Shanduur @ 2022-09-12 14:58 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Shanduur against master on the void-packages repository

https://github.com/Shanduur/void-packages add-drone-runner-exec
https://github.com/void-linux/void-packages/pull/39245

New package: drone-runner-exec-1.0.0-beta.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **NO**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

I want to keep and modify this PR in the future, when `drone-runner-exec` comes out of beta (hopefully soon). Up until this moment, consider this a WIP PR.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-drone-runner-exec-39245.patch --]
[-- Type: text/x-diff, Size: 2406 bytes --]

From 3755eda941c92d377e052c924e483fd3f6341a40 Mon Sep 17 00:00:00 2001
From: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Date: Mon, 12 Sep 2022 10:52:19 -0400
Subject: [PATCH] New package: drone-runner-exec-1.0.0-beta.10

---
 .../files/drone-runner-exec/log/run           |  1 +
 .../files/drone-runner-exec/run               |  4 +++
 srcpkgs/drone-runner-exec/template            | 25 +++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/drone-runner-exec/files/drone-runner-exec/log/run
 create mode 100644 srcpkgs/drone-runner-exec/files/drone-runner-exec/run
 create mode 100644 srcpkgs/drone-runner-exec/template

diff --git a/srcpkgs/drone-runner-exec/files/drone-runner-exec/log/run b/srcpkgs/drone-runner-exec/files/drone-runner-exec/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/drone-runner-exec/files/drone-runner-exec/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/drone-runner-exec/files/drone-runner-exec/run b/srcpkgs/drone-runner-exec/files/drone-runner-exec/run
new file mode 100644
index 000000000000..0bfe30deee76
--- /dev/null
+++ b/srcpkgs/drone-runner-exec/files/drone-runner-exec/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r conf ] && . ./conf
+exec drone-runner-exec ${OPTS}
diff --git a/srcpkgs/drone-runner-exec/template b/srcpkgs/drone-runner-exec/template
new file mode 100644
index 000000000000..f38e68d5e4f9
--- /dev/null
+++ b/srcpkgs/drone-runner-exec/template
@@ -0,0 +1,25 @@
+# Template file for 'drone-runner-exec'
+pkgname=drone-runner-exec
+version=1.0.0
+subversion=-beta.10
+revision=1
+build_style=go
+go_import_path=github.com/drone-runners/drone-runner-exec
+go_package="${go_import_path}"
+short_desc="Exec Runner for Drone continuous delivery platform"
+maintainer="shanduur <murbanek@shanduur.com>"
+license="Polyform-Small-Business-1.0.0 OR Polyform-Free-Trial-1.0.0"
+homepage="https://github.com/drone-runners/drone-runner-exec"
+changelog="https://raw.githubusercontent.com/drone-runners/drone-runner-exec/master/CHANGELOG.md"
+distfiles="${homepage}/archive/v${version}${subversion}.tar.gz"
+checksum=f8056f690551346301c23cc457902057ca22e760d7039e07a9724cb56fae7432
+
+post_extract() {
+	local blddir="$XBPS_BUILDDIR/$pkgname-$version"
+	mv $blddir$subversion $blddir
+}
+
+post_install() {
+	vsv drone-runner-exec
+	vlicense LICENSE.md
+}

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

end of thread, other threads:[~2022-12-28  1:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12 14:58 [PR PATCH] New package: drone-runner-exec-1.0.0-beta.10 Shanduur
2022-09-12 15:02 ` [PR PATCH] [Updated] " Shanduur
2022-09-12 15:04 ` Shanduur
2022-09-12 15:06 ` Shanduur
2022-09-12 15:20 ` Shanduur
2022-09-12 15:25 ` Shanduur
2022-09-12 17:37 ` [PR REVIEW] " classabbyamp
2022-09-12 17:37 ` classabbyamp
2022-09-13 14:37 ` [PR PATCH] [Updated] " Shanduur
2022-09-13 14:48 ` [PR REVIEW] " Shanduur
2022-09-13 14:50 ` [PR PATCH] [Updated] " Shanduur
2022-09-13 14:52 ` Shanduur
2022-09-13 14:53 ` Shanduur
2022-09-13 14:54 ` Shanduur
2022-09-13 14:54 ` Shanduur
2022-09-13 14:55 ` Shanduur
2022-09-13 14:55 ` Shanduur
2022-09-13 14:55 ` Shanduur
2022-09-13 15:08 ` Shanduur
2022-09-13 15:08 ` [PR PATCH] [Closed]: " Shanduur
2022-09-13 15:09 ` [PR PATCH] [Updated] " Shanduur
2022-12-13  2:03 ` github-actions
2022-12-28  1:56 ` [PR PATCH] [Closed]: " github-actions

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