Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: autorestic-1.7.7
@ 2023-05-14 20:29 realcharmer
  2023-05-14 20:31 ` [PR PATCH] [Updated] " realcharmer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: realcharmer @ 2023-05-14 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages autorestic
https://github.com/void-linux/void-packages/pull/43870

New package: autorestic-1.7.7
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From 2e402fce6f31c0c92a39c990ee4e80d220678fe4 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Sun, 14 May 2023 22:27:15 +0200
Subject: [PATCH] New package: autorestic-1.7.7

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

diff --git a/srcpkgs/autorestic/template b/srcpkgs/autorestic/template
new file mode 100644
index 000000000000..ca7acc0bad34
--- /dev/null
+++ b/srcpkgs/autorestic/template
@@ -0,0 +1,13 @@
+# Template file for 'autorestic'
+pkgname=autorestic
+version=1.7.7
+revision=1
+build_style=go
+go_import_path="github.com/cupcakearmy/autorestic"
+short_desc="Config driven, easy backup cli for restic"
+maintainer="Emil Miler <em@0x45.cz>"
+license="Apache-2.0"
+homepage="https://autorestic.vercel.app/"
+changelog="https://github.com/cupcakearmy/autorestic/blob/master/CHANGELOG.md"
+distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
+checksum=f2c38729882e7d0529347ab115e7ce068f6062677a63c92eb4bd0efc1ae67cbb

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

* Re: [PR PATCH] [Updated] New package: autorestic-1.7.7
  2023-05-14 20:29 [PR PATCH] New package: autorestic-1.7.7 realcharmer
@ 2023-05-14 20:31 ` realcharmer
  2023-05-14 20:34 ` [PR REVIEW] " realcharmer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2023-05-14 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages autorestic
https://github.com/void-linux/void-packages/pull/43870

New package: autorestic-1.7.7
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From 9466f1267f3694a8ad4da1911171c8bd1c6ecadf Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Sun, 14 May 2023 22:27:15 +0200
Subject: [PATCH] New package: autorestic-1.7.7

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

diff --git a/srcpkgs/autorestic/template b/srcpkgs/autorestic/template
new file mode 100644
index 000000000000..b97290c2a386
--- /dev/null
+++ b/srcpkgs/autorestic/template
@@ -0,0 +1,14 @@
+# Template file for 'autorestic'
+pkgname=autorestic
+version=1.7.7
+revision=1
+build_style=go
+go_import_path="github.com/cupcakearmy/autorestic"
+depends="restic"
+short_desc="Config driven, easy backup cli for restic"
+maintainer="Emil Miler <em@0x45.cz>"
+license="Apache-2.0"
+homepage="https://autorestic.vercel.app/"
+changelog="https://github.com/cupcakearmy/autorestic/blob/master/CHANGELOG.md"
+distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
+checksum=f2c38729882e7d0529347ab115e7ce068f6062677a63c92eb4bd0efc1ae67cbb

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

* Re: [PR REVIEW] New package: autorestic-1.7.7
  2023-05-14 20:29 [PR PATCH] New package: autorestic-1.7.7 realcharmer
  2023-05-14 20:31 ` [PR PATCH] [Updated] " realcharmer
@ 2023-05-14 20:34 ` realcharmer
  2023-05-14 20:35 ` realcharmer
  2023-06-28 18:48 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2023-05-14 20:34 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/43870#discussion_r1193205350

Comment:
I assume this should be included, despite the binary running without restic, albeit useless, since it can't really do anything useful without it.

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

* Re: [PR REVIEW] New package: autorestic-1.7.7
  2023-05-14 20:29 [PR PATCH] New package: autorestic-1.7.7 realcharmer
  2023-05-14 20:31 ` [PR PATCH] [Updated] " realcharmer
  2023-05-14 20:34 ` [PR REVIEW] " realcharmer
@ 2023-05-14 20:35 ` realcharmer
  2023-06-28 18:48 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2023-05-14 20:35 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/43870#discussion_r1193205350

Comment:
I assume the `depends` should be included, despite the binary running without restic, albeit useless, since it can't really do anything useful without it.

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

* Re: [PR PATCH] [Merged]: New package: autorestic-1.7.7
  2023-05-14 20:29 [PR PATCH] New package: autorestic-1.7.7 realcharmer
                   ` (2 preceding siblings ...)
  2023-05-14 20:35 ` realcharmer
@ 2023-06-28 18:48 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-28 18:48 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: autorestic-1.7.7
https://github.com/void-linux/void-packages/pull/43870

Description:
[Autorestic](https://github.com/cupcakearmy/autorestic) is a wrapper for [restic](https://restic.net/) similar to what [borgmatic](https://torsion.org/borgmatic/) is for [borg](https://www.borgbackup.org/).

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

end of thread, other threads:[~2023-06-28 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-14 20:29 [PR PATCH] New package: autorestic-1.7.7 realcharmer
2023-05-14 20:31 ` [PR PATCH] [Updated] " realcharmer
2023-05-14 20:34 ` [PR REVIEW] " realcharmer
2023-05-14 20:35 ` realcharmer
2023-06-28 18:48 ` [PR PATCH] [Merged]: " Duncaen

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