Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: steamguard-cli-0.4.2
@ 2021-11-16 22:42 dm1tz
  2021-11-16 22:48 ` [PR PATCH] [Updated] " dm1tz
  0 siblings, 1 reply; 2+ messages in thread
From: dm1tz @ 2021-11-16 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dm1tz/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/34107

New package: steamguard-cli-0.4.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**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
  - armv7l
  - armv6l-musl
-->


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

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

From 349c3440e75555b08d7a653b7d2fcccaf1a92f45 Mon Sep 17 00:00:00 2001
From: Dmitry Zakharchenko <dmitz@disroot.org>
Date: Sun, 14 Nov 2021 01:58:20 +0200
Subject: [PATCH 1/2] pipe-viewer: update to 0.1.6.

---
 srcpkgs/pipe-viewer/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index 3b8fe02ea609..6a8da9827646 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.1.5
+version=0.1.6
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=2b2aaabeba4335e661c9dba0abad3ee7d30a5028446f252100db6e5d3bea90d5
+checksum=969ebfacf1455aaf0a674828d6e89aca1607f9d36013d826e8e6d046aad19359
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

From 7a7fbd1da9797da9ea51ce4016368a1b6bd54544 Mon Sep 17 00:00:00 2001
From: Dmitry Zakharchenko <dmitz@disroot.org>
Date: Wed, 17 Nov 2021 00:19:52 +0200
Subject: [PATCH 2/2] New package: steamguard-cli-0.4.2

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..e5b2752950a3
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,18 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.4.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Utility to generate Steam 2FA codes and respond to confirmations"
+maintainer="Dmitry Zakharchenko <dmitz@disroot.org>"
+license="GPL-3.0-only, MIT, Apache-2.0"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}.tar.gz"
+checksum=8491cd80b6515c4907a67f8aa4984d01057239bb074554b12386dfac35a92014
+
+post_install() {
+	vlicense steamguard/LICENSE-MIT
+	vlicense steamguard/LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Updated] New package: steamguard-cli-0.4.2
  2021-11-16 22:42 [PR PATCH] New package: steamguard-cli-0.4.2 dm1tz
@ 2021-11-16 22:48 ` dm1tz
  0 siblings, 0 replies; 2+ messages in thread
From: dm1tz @ 2021-11-16 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dm1tz/void-packages steamguard-cli
https://github.com/void-linux/void-packages/pull/34107

New package: steamguard-cli-0.4.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**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
  - armv7l
  - armv6l-musl
-->


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

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

From 649b65c0d749c537b4af9aec4577ee790ed84093 Mon Sep 17 00:00:00 2001
From: Dmitry Zakharchenko <dmitz@disroot.org>
Date: Wed, 17 Nov 2021 00:19:52 +0200
Subject: [PATCH] New package: steamguard-cli-0.4.2

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

diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template
new file mode 100644
index 000000000000..e5b2752950a3
--- /dev/null
+++ b/srcpkgs/steamguard-cli/template
@@ -0,0 +1,18 @@
+# Template file for 'steamguard-cli'
+pkgname=steamguard-cli
+version=0.4.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Utility to generate Steam 2FA codes and respond to confirmations"
+maintainer="Dmitry Zakharchenko <dmitz@disroot.org>"
+license="GPL-3.0-only, MIT, Apache-2.0"
+homepage="https://github.com/dyc3/steamguard-cli"
+distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}.tar.gz"
+checksum=8491cd80b6515c4907a67f8aa4984d01057239bb074554b12386dfac35a92014
+
+post_install() {
+	vlicense steamguard/LICENSE-MIT
+	vlicense steamguard/LICENSE-APACHE
+}

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

end of thread, other threads:[~2021-11-16 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 22:42 [PR PATCH] New package: steamguard-cli-0.4.2 dm1tz
2021-11-16 22:48 ` [PR PATCH] [Updated] " dm1tz

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