Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: adguardian-1.3.0
@ 2023-06-02  3:32 misuchiru03
  2023-06-02  3:34 ` [PR PATCH] [Updated] " misuchiru03
  2023-06-25 17:12 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: misuchiru03 @ 2023-06-02  3:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_adguardian_1.3.0
https://github.com/void-linux/void-packages/pull/44223

New package: adguardian-1.3.0
#### 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-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 015d6ffe2bf2be905fbf81c4365685769ee4ca41 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Thu, 1 Jun 2023 22:26:16 -0500
Subject: [PATCH] New package: adguardian-1.3.0

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

diff --git a/srcpkgs/adguardian/template b/srcpkgs/adguardian/template
new file mode 100644
index 000000000000..6a8716934c96
--- /dev/null
+++ b/srcpkgs/adguardian/template
@@ -0,0 +1,16 @@
+# Template file for 'adguardian'
+pkgname=adguardian
+version=1.3.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Terminal-based real-time traffic monitor for AdGuard home instance"
+maintainer="Alex Childs <misuchiru03+github@gmail.com>"
+license="MIT"
+homepage="https://github.com/Lissy93/AdGuardian-Term"
+distfiles="https://github.com/Lissy93/AdGuardian-Term/archive/${version}.tar.gz"
+checksum=44a2ee5cdd40341ea0ea2a6800797e4440393d5d10cf377ae84db22ba0563505
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: adguardian-1.3.0
  2023-06-02  3:32 [PR PATCH] New package: adguardian-1.3.0 misuchiru03
@ 2023-06-02  3:34 ` misuchiru03
  2023-06-25 17:12 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: misuchiru03 @ 2023-06-02  3:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_adguardian_1.3.0
https://github.com/void-linux/void-packages/pull/44223

New package: adguardian-1.3.0
#### 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-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From e313ba31268189712c53bd7f29de8b11cc0b9c7a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Thu, 1 Jun 2023 22:26:16 -0500
Subject: [PATCH] New package: adguardian-1.3.0

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

diff --git a/srcpkgs/adguardian/template b/srcpkgs/adguardian/template
new file mode 100644
index 000000000000..a9f1f76579fe
--- /dev/null
+++ b/srcpkgs/adguardian/template
@@ -0,0 +1,16 @@
+# Template file for 'adguardian'
+pkgname=adguardian
+version=1.3.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Terminal-based real-time traffic monitor for AdGuard home instance"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/Lissy93/AdGuardian-Term"
+distfiles="https://github.com/Lissy93/AdGuardian-Term/archive/${version}.tar.gz"
+checksum=44a2ee5cdd40341ea0ea2a6800797e4440393d5d10cf377ae84db22ba0563505
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: adguardian-1.3.0
  2023-06-02  3:32 [PR PATCH] New package: adguardian-1.3.0 misuchiru03
  2023-06-02  3:34 ` [PR PATCH] [Updated] " misuchiru03
@ 2023-06-25 17:12 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-25 17:12 UTC (permalink / raw)
  To: ml

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

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

New package: adguardian-1.3.0
https://github.com/void-linux/void-packages/pull/44223

Description:
#### 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-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2023-06-25 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02  3:32 [PR PATCH] New package: adguardian-1.3.0 misuchiru03
2023-06-02  3:34 ` [PR PATCH] [Updated] " misuchiru03
2023-06-25 17:12 ` [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).