Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: netscanner-0.5.0
@ 2024-05-13 12:53 Bnyro
  2024-05-13 15:27 ` [PR PATCH] [Updated] " Bnyro
  2024-05-13 16:13 ` Bnyro
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2024-05-13 12:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages netscanner
https://github.com/void-linux/void-packages/pull/50310

New package: netscanner-0.5.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, x86_64-glibc

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

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

From 19fc5782f271c9511a6e15461bda92c6bd866ac1 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 13 May 2024 14:52:23 +0200
Subject: [PATCH] New package: netscanner-0.5.0

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

diff --git a/srcpkgs/netscanner/template b/srcpkgs/netscanner/template
new file mode 100644
index 00000000000000..d37b1ed6618c5a
--- /dev/null
+++ b/srcpkgs/netscanner/template
@@ -0,0 +1,17 @@
+# Template file for 'netscanner'
+pkgname=netscanner
+version=0.5.0
+revision=1
+build_style=cargo
+depends="iw"
+short_desc="Network scanner & diagnostic tool with modern TUI "
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MIT"
+homepage="https://github.com/Chleba/netscanner"
+distfiles="https://github.com/Chleba/netscanner/archive/refs/tags/v${version}.tar.gz"
+checksum=b554e8b64e3f297dd4a8a1fefa75ef164082f9a11f8991add6db25ebf198d27c
+
+do_build() {
+	# this line can probably be removed with the next update
+	cargo build --release --target ${RUST_TARGET}
+}

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

* Re: [PR PATCH] [Updated] New package: netscanner-0.5.0
  2024-05-13 12:53 [PR PATCH] New package: netscanner-0.5.0 Bnyro
@ 2024-05-13 15:27 ` Bnyro
  2024-05-13 16:13 ` Bnyro
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2024-05-13 15:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages netscanner
https://github.com/void-linux/void-packages/pull/50310

New package: netscanner-0.5.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, x86_64-glibc

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

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

From 9f67c9f0470a5f376e25b2f8354f331bf4cb6367 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 13 May 2024 14:52:23 +0200
Subject: [PATCH] New package: netscanner-0.5.0

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

diff --git a/srcpkgs/netscanner/template b/srcpkgs/netscanner/template
new file mode 100644
index 00000000000000..73aded8c953d0d
--- /dev/null
+++ b/srcpkgs/netscanner/template
@@ -0,0 +1,21 @@
+# Template file for 'netscanner'
+pkgname=netscanner
+version=0.5.0
+revision=1
+build_style=cargo
+depends="iw"
+short_desc="Network scanner & diagnostic tool with modern TUI "
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MIT"
+homepage="https://github.com/Chleba/netscanner"
+distfiles="https://github.com/Chleba/netscanner/archive/refs/tags/v${version}.tar.gz"
+checksum=b554e8b64e3f297dd4a8a1fefa75ef164082f9a11f8991add6db25ebf198d27c
+
+do_build() {
+	# this line can probably be removed with the next update
+	cargo build --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: netscanner-0.5.0
  2024-05-13 12:53 [PR PATCH] New package: netscanner-0.5.0 Bnyro
  2024-05-13 15:27 ` [PR PATCH] [Updated] " Bnyro
@ 2024-05-13 16:13 ` Bnyro
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2024-05-13 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages netscanner
https://github.com/void-linux/void-packages/pull/50310

New package: netscanner-0.5.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, x86_64-glibc

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

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

From 9af14f35e72ef0ef9042c4562b88acdb4a1a0d0f Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 13 May 2024 14:52:23 +0200
Subject: [PATCH] New package: netscanner-0.5.0

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

diff --git a/srcpkgs/netscanner/template b/srcpkgs/netscanner/template
new file mode 100644
index 00000000000000..979a8c3c7869c3
--- /dev/null
+++ b/srcpkgs/netscanner/template
@@ -0,0 +1,21 @@
+# Template file for 'netscanner'
+pkgname=netscanner
+version=0.5.0
+revision=1
+build_style=cargo
+depends="iw"
+short_desc="Network scanner & diagnostic tool with modern TUI"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MIT"
+homepage="https://github.com/Chleba/netscanner"
+distfiles="https://github.com/Chleba/netscanner/archive/refs/tags/v${version}.tar.gz"
+checksum=b554e8b64e3f297dd4a8a1fefa75ef164082f9a11f8991add6db25ebf198d27c
+
+do_build() {
+	# this line can probably be removed with the next update
+	cargo build --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-05-13 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-13 12:53 [PR PATCH] New package: netscanner-0.5.0 Bnyro
2024-05-13 15:27 ` [PR PATCH] [Updated] " Bnyro
2024-05-13 16:13 ` Bnyro

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