Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hblock-3.3.1
@ 2022-03-09  0:58 hervyqa
  2022-04-25  6:34 ` [PR PATCH] [Updated] " hervyqa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hervyqa @ 2022-03-09  0:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages hblock
https://github.com/void-linux/void-packages/pull/36054

New package: hblock-3.3.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From 40395280b796223f8444996135e680ed0542e057 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 9 Mar 2022 07:56:03 +0700
Subject: [PATCH] New package: hblock-3.3.1

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

diff --git a/srcpkgs/hblock/template b/srcpkgs/hblock/template
new file mode 100644
index 000000000000..ac68f58ac983
--- /dev/null
+++ b/srcpkgs/hblock/template
@@ -0,0 +1,18 @@
+# Template file for 'hblock'
+pkgname=hblock
+version=3.3.1
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Adblocker that creates a hosts file from multiple sources"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="MIT"
+homepage="https://github.com/hectorm/hblock"
+distfiles="https://github.com/hectorm/${pkgname}/archive/v${version}.tar.gz"
+checksum="649ef980871d4be467a43edfa99c636b95b5af38ee976985082a65c4989eac01"
+
+do_install() {
+	make DESTDIR=$DESTDIR prefix=/usr install
+
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: hblock-3.3.1
  2022-03-09  0:58 [PR PATCH] New package: hblock-3.3.1 hervyqa
@ 2022-04-25  6:34 ` hervyqa
  2022-06-26 15:13 ` [PR PATCH] [Updated] New package: hblock-3.3.2 hervyqa
  2022-06-26 21:07 ` [PR PATCH] [Merged]: New package: hblock-3.4.0 Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: hervyqa @ 2022-04-25  6:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages hblock
https://github.com/void-linux/void-packages/pull/36054

New package: hblock-3.3.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From c9067dd8169e5b317e1a09caed82e3ad5d2d96d6 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 9 Mar 2022 07:56:03 +0700
Subject: [PATCH] New package: hblock-3.3.2

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

diff --git a/srcpkgs/hblock/template b/srcpkgs/hblock/template
new file mode 100644
index 000000000000..656814eae8fd
--- /dev/null
+++ b/srcpkgs/hblock/template
@@ -0,0 +1,18 @@
+# Template file for 'hblock'
+pkgname=hblock
+version=3.3.2
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Adblocker that creates a hosts file from multiple sources"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="MIT"
+homepage="https://github.com/hectorm/hblock"
+distfiles="https://github.com/hectorm/${pkgname}/archive/v${version}.tar.gz"
+checksum=35bd4af1dbae3b57de6cede6c05f3d4ce25227b33a53358ef47c76a491304eb0
+
+do_install() {
+	make DESTDIR=$DESTDIR prefix=/usr install
+
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: hblock-3.3.2
  2022-03-09  0:58 [PR PATCH] New package: hblock-3.3.1 hervyqa
  2022-04-25  6:34 ` [PR PATCH] [Updated] " hervyqa
@ 2022-06-26 15:13 ` hervyqa
  2022-06-26 21:07 ` [PR PATCH] [Merged]: New package: hblock-3.4.0 Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: hervyqa @ 2022-06-26 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages hblock
https://github.com/void-linux/void-packages/pull/36054

New package: hblock-3.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From 827da5da8fd4971ab91323cb1d3f901b95f4f3c2 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Wed, 9 Mar 2022 07:56:03 +0700
Subject: [PATCH] New package: hblock-3.4.0

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

diff --git a/srcpkgs/hblock/template b/srcpkgs/hblock/template
new file mode 100644
index 000000000000..c067f59f9aba
--- /dev/null
+++ b/srcpkgs/hblock/template
@@ -0,0 +1,18 @@
+# Template file for 'hblock'
+pkgname=hblock
+version=3.4.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Adblocker that creates a hosts file from multiple sources"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="MIT"
+homepage="https://github.com/hectorm/hblock"
+distfiles="https://github.com/hectorm/${pkgname}/archive/v${version}.tar.gz"
+checksum=762dbe5f2a0ea84078b194190f4fb51b9fe3e6ef043c1899fdda6a083328225f
+
+do_install() {
+	make DESTDIR=$DESTDIR prefix=/usr install
+
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Merged]: New package: hblock-3.4.0
  2022-03-09  0:58 [PR PATCH] New package: hblock-3.3.1 hervyqa
  2022-04-25  6:34 ` [PR PATCH] [Updated] " hervyqa
  2022-06-26 15:13 ` [PR PATCH] [Updated] New package: hblock-3.3.2 hervyqa
@ 2022-06-26 21:07 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-06-26 21:07 UTC (permalink / raw)
  To: ml

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

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

New package: hblock-3.4.0
https://github.com/void-linux/void-packages/pull/36054

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

end of thread, other threads:[~2022-06-26 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09  0:58 [PR PATCH] New package: hblock-3.3.1 hervyqa
2022-04-25  6:34 ` [PR PATCH] [Updated] " hervyqa
2022-06-26 15:13 ` [PR PATCH] [Updated] New package: hblock-3.3.2 hervyqa
2022-06-26 21:07 ` [PR PATCH] [Merged]: New package: hblock-3.4.0 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).