Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: turnstile-0.1.1
@ 2023-03-14 18:57 mobinmob
  2023-03-14 18:57 ` [PR PATCH] [Updated] " mobinmob
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: mobinmob @ 2023-03-14 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages turnstile
https://github.com/void-linux/void-packages/pull/42771

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

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


#### 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, (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/42771.patch is attached

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

From b5c5c70514268d5eadc0301b852bee7798de0305 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 14 Mar 2023 20:05:47 +0200
Subject: [PATCH] New package: turnstile-0.1.1

---
 srcpkgs/turnstile/files/turnstiled/run |  4 ++++
 srcpkgs/turnstile/template             | 23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100755 srcpkgs/turnstile/files/turnstiled/run
 create mode 100644 srcpkgs/turnstile/template

diff --git a/srcpkgs/turnstile/files/turnstiled/run b/srcpkgs/turnstile/files/turnstiled/run
new file mode 100755
index 000000000000..b6d444677800
--- /dev/null
+++ b/srcpkgs/turnstile/files/turnstiled/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec 2>&1 
+exec turnstiled
+
diff --git a/srcpkgs/turnstile/template b/srcpkgs/turnstile/template
new file mode 100644
index 000000000000..33b5591cdd20
--- /dev/null
+++ b/srcpkgs/turnstile/template
@@ -0,0 +1,23 @@
+# Template file for 'turnstile'
+pkgname=turnstile
+version=0.1.1
+revision=1
+build_style=meson
+configure_args=" -Ddinit=disabled"
+hostmakedepends="pkg-config scdoc"
+makedepends="pam-devel"
+short_desc="Independent session/login tracker"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/chimera-linux/turnstile"
+distfiles="https://github.com/chimera-linux/turnstile/archive/refs/tags/v${version}.tar.gz"
+checksum=10512f46cf4e5f57f861e5847e09271cfb1bf9a281a99265e925a367c7b7093d
+
+pre_configure() {
+	vsed -i "s/backend = dinit/backend = none/g" turnstiled.conf.in
+}
+
+post_install() {
+	vlicense COPYING.md
+	vsv turnstiled
+}

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

* Re: [PR PATCH] [Updated] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
@ 2023-03-14 18:57 ` mobinmob
  2023-03-14 20:31 ` [PR REVIEW] " classabbyamp
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-14 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages turnstile
https://github.com/void-linux/void-packages/pull/42771

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

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


#### 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, (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/42771.patch is attached

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

From ce4d81d7e44f422cbb5c53c8e3fd58efdcbbdcea Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 14 Mar 2023 20:05:47 +0200
Subject: [PATCH] New package: turnstile-0.1.1

---
 srcpkgs/turnstile/files/turnstiled/run        |  4 ++++
 ...3f6b7b0288a91cee3409e036bd344cefca3c8.diff | 17 ++++++++++++++
 srcpkgs/turnstile/template                    | 23 +++++++++++++++++++
 3 files changed, 44 insertions(+)
 create mode 100755 srcpkgs/turnstile/files/turnstiled/run
 create mode 100644 srcpkgs/turnstile/patches/2333f6b7b0288a91cee3409e036bd344cefca3c8.diff
 create mode 100644 srcpkgs/turnstile/template

diff --git a/srcpkgs/turnstile/files/turnstiled/run b/srcpkgs/turnstile/files/turnstiled/run
new file mode 100755
index 000000000000..b6d444677800
--- /dev/null
+++ b/srcpkgs/turnstile/files/turnstiled/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec 2>&1 
+exec turnstiled
+
diff --git a/srcpkgs/turnstile/patches/2333f6b7b0288a91cee3409e036bd344cefca3c8.diff b/srcpkgs/turnstile/patches/2333f6b7b0288a91cee3409e036bd344cefca3c8.diff
new file mode 100644
index 000000000000..14af92c80536
--- /dev/null
+++ b/srcpkgs/turnstile/patches/2333f6b7b0288a91cee3409e036bd344cefca3c8.diff
@@ -0,0 +1,17 @@
+diff --git a/meson.build b/meson.build
+index f5e994f..8328ad5 100644
+--- a/meson.build
++++ b/meson.build
+@@ -16,7 +16,11 @@ pam_dep = dependency('pam', required: true)
+ pam_misc_dep = dependency('pam_misc', required: false)
+ rt_dep = cpp.find_library('rt', required: false)
+ 
+-scdoc_dep = dependency('scdoc', version: '>=1.10', required: get_option('man'))
++scdoc_dep = dependency(
++    'scdoc', version: '>=1.10',
++    required: get_option('man'),
++    native: true
++)
+ 
+ conf_data = configuration_data()
+ conf_data.set_quoted('RUN_PATH', get_option('rundir'))
diff --git a/srcpkgs/turnstile/template b/srcpkgs/turnstile/template
new file mode 100644
index 000000000000..33b5591cdd20
--- /dev/null
+++ b/srcpkgs/turnstile/template
@@ -0,0 +1,23 @@
+# Template file for 'turnstile'
+pkgname=turnstile
+version=0.1.1
+revision=1
+build_style=meson
+configure_args=" -Ddinit=disabled"
+hostmakedepends="pkg-config scdoc"
+makedepends="pam-devel"
+short_desc="Independent session/login tracker"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/chimera-linux/turnstile"
+distfiles="https://github.com/chimera-linux/turnstile/archive/refs/tags/v${version}.tar.gz"
+checksum=10512f46cf4e5f57f861e5847e09271cfb1bf9a281a99265e925a367c7b7093d
+
+pre_configure() {
+	vsed -i "s/backend = dinit/backend = none/g" turnstiled.conf.in
+}
+
+post_install() {
+	vlicense COPYING.md
+	vsv turnstiled
+}

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

* Re: [PR REVIEW] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
  2023-03-14 18:57 ` [PR PATCH] [Updated] " mobinmob
  2023-03-14 20:31 ` [PR REVIEW] " classabbyamp
@ 2023-03-14 20:31 ` classabbyamp
  2023-03-14 20:31 ` classabbyamp
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2023-03-14 20:31 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#discussion_r1136161337

Comment:
spare newline

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

* Re: [PR REVIEW] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
  2023-03-14 18:57 ` [PR PATCH] [Updated] " mobinmob
@ 2023-03-14 20:31 ` classabbyamp
  2023-03-14 20:31 ` classabbyamp
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2023-03-14 20:31 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#discussion_r1136160927

Comment:
what about rt? 

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

* Re: [PR REVIEW] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (2 preceding siblings ...)
  2023-03-14 20:31 ` classabbyamp
@ 2023-03-14 20:31 ` classabbyamp
  2023-03-15 15:06 ` mobinmob
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2023-03-14 20:31 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#discussion_r1136158641

Comment:
I've been meaning to look into how to go about making a runit backend

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

* Re: [PR REVIEW] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (3 preceding siblings ...)
  2023-03-14 20:31 ` classabbyamp
@ 2023-03-15 15:06 ` mobinmob
  2023-03-15 15:07 ` mobinmob
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 15:06 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#discussion_r1137244742

Comment:
My goal is to make backends for runit and 66 :)
Obarun has its own user services implementation for 66 but has issues. I tried to design something better using utlogd which is nice but encountered issues - among others it uses utmp which will require an effort to be suported in musl.
turnstile seems a really nice approach to the issue. If it can replace elogind, even better!

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

* Re: [PR REVIEW] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (4 preceding siblings ...)
  2023-03-15 15:06 ` mobinmob
@ 2023-03-15 15:07 ` mobinmob
  2023-03-15 15:42 ` [PR PATCH] [Updated] " mobinmob
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 15:07 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#discussion_r1137244742

Comment:
My goal is to make backends for runit and 66 :)
Obarun has its own user services implementation for 66 but has issues. I tried to design something better using utlogd which is nice but encountered problems - among others it uses utmp which will require an effort to be suported in musl with utmps.
`turnstile` seems a really nice approach. If it can replace elogind, even better!

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

* Re: [PR PATCH] [Updated] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (5 preceding siblings ...)
  2023-03-15 15:07 ` mobinmob
@ 2023-03-15 15:42 ` mobinmob
  2023-03-15 15:44 ` [PR REVIEW] " mobinmob
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 15:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages turnstile
https://github.com/void-linux/void-packages/pull/42771

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

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


#### 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, (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/42771.patch is attached

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

From 0eb45eeb09efe8f7180021665c73bc4fa7d0bf1a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 14 Mar 2023 20:05:47 +0200
Subject: [PATCH] New package: turnstile-0.1.2

---
 srcpkgs/turnstile/files/turnstiled/run |  3 +++
 srcpkgs/turnstile/template             | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100755 srcpkgs/turnstile/files/turnstiled/run
 create mode 100644 srcpkgs/turnstile/template

diff --git a/srcpkgs/turnstile/files/turnstiled/run b/srcpkgs/turnstile/files/turnstiled/run
new file mode 100755
index 000000000000..e2978abccb75
--- /dev/null
+++ b/srcpkgs/turnstile/files/turnstiled/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1 
+exec turnstiled
diff --git a/srcpkgs/turnstile/template b/srcpkgs/turnstile/template
new file mode 100644
index 000000000000..ee96c541a0b2
--- /dev/null
+++ b/srcpkgs/turnstile/template
@@ -0,0 +1,19 @@
+# Template file for 'turnstile'
+pkgname=turnstile
+version=0.1.2
+revision=1
+build_style=meson
+configure_args=" -Ddinit=disabled"
+hostmakedepends="pkg-config scdoc"
+makedepends="pam-devel"
+short_desc="Independent session/login tracker"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/chimera-linux/turnstile"
+distfiles="https://github.com/chimera-linux/turnstile/archive/refs/tags/v${version}.tar.gz"
+checksum=04977ae2469a5adae0f44b2b19102d9c56cdf3f2d0b42d60dfcac0a913bd20e2
+
+post_install() {
+	vlicense COPYING.md
+	vsv turnstiled
+}

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

* Re: [PR REVIEW] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (6 preceding siblings ...)
  2023-03-15 15:42 ` [PR PATCH] [Updated] " mobinmob
@ 2023-03-15 15:44 ` mobinmob
  2023-03-15 15:59 ` mobinmob
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 15:44 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#discussion_r1137332192

Comment:
Fixed, thanks :)

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

* Re: [PR REVIEW] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (7 preceding siblings ...)
  2023-03-15 15:44 ` [PR REVIEW] " mobinmob
@ 2023-03-15 15:59 ` mobinmob
  2023-03-15 16:01 ` mobinmob
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 15:59 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#discussion_r1137358203

Comment:
This is part of the libc, isn't it?

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

* Re: New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (8 preceding siblings ...)
  2023-03-15 15:59 ` mobinmob
@ 2023-03-15 16:01 ` mobinmob
  2023-03-15 17:51 ` [PR PATCH] [Updated] " mobinmob
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 16:01 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#issuecomment-1470309793

Comment:
- Update to 0.1.2, remove patch and vsed invocation.

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

* Re: [PR PATCH] [Updated] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (9 preceding siblings ...)
  2023-03-15 16:01 ` mobinmob
@ 2023-03-15 17:51 ` mobinmob
  2023-03-15 17:52 ` mobinmob
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 17:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages turnstile
https://github.com/void-linux/void-packages/pull/42771

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

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


#### 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, (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/42771.patch is attached

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

From 9973355b5e0bbb113a91c0c260db26bb2e479306 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 14 Mar 2023 20:05:47 +0200
Subject: [PATCH] New package: turnstile-0.1.3

---
 srcpkgs/turnstile/files/turnstiled/run |  3 +++
 srcpkgs/turnstile/template             | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100755 srcpkgs/turnstile/files/turnstiled/run
 create mode 100644 srcpkgs/turnstile/template

diff --git a/srcpkgs/turnstile/files/turnstiled/run b/srcpkgs/turnstile/files/turnstiled/run
new file mode 100755
index 000000000000..e2978abccb75
--- /dev/null
+++ b/srcpkgs/turnstile/files/turnstiled/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1 
+exec turnstiled
diff --git a/srcpkgs/turnstile/template b/srcpkgs/turnstile/template
new file mode 100644
index 000000000000..9ba745ad04be
--- /dev/null
+++ b/srcpkgs/turnstile/template
@@ -0,0 +1,19 @@
+# Template file for 'turnstile'
+pkgname=turnstile
+version=0.1.3
+revision=1
+build_style=meson
+configure_args=" -Ddinit=disabled"
+hostmakedepends="pkg-config scdoc"
+makedepends="pam-devel"
+short_desc="Independent session/login tracker"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/chimera-linux/turnstile"
+distfiles="https://github.com/chimera-linux/turnstile/archive/refs/tags/v${version}.tar.gz"
+checksum=cd74dee75f6b0a60cef27872fbb7747a5d07be46200eb4410e2509cb15851045
+
+post_install() {
+	vlicense COPYING.md
+	vsv turnstiled
+}

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

* Re: New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (10 preceding siblings ...)
  2023-03-15 17:51 ` [PR PATCH] [Updated] " mobinmob
@ 2023-03-15 17:52 ` mobinmob
  2023-03-15 18:22 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 17:52 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#issuecomment-1470493196

Comment:
- Update to 0.1.3 and rebase on master.

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

* Re: [PR PATCH] [Updated] New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (11 preceding siblings ...)
  2023-03-15 17:52 ` mobinmob
@ 2023-03-15 18:22 ` mobinmob
  2023-03-15 18:23 ` mobinmob
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages turnstile
https://github.com/void-linux/void-packages/pull/42771

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

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


#### 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, (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/42771.patch is attached

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

From f99c31b76c307039d23432eb61f3437cabce614d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 14 Mar 2023 20:05:47 +0200
Subject: [PATCH] New package: turnstile-0.1.3

---
 srcpkgs/turnstile/files/turnstiled/run |  3 +++
 srcpkgs/turnstile/template             | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100755 srcpkgs/turnstile/files/turnstiled/run
 create mode 100644 srcpkgs/turnstile/template

diff --git a/srcpkgs/turnstile/files/turnstiled/run b/srcpkgs/turnstile/files/turnstiled/run
new file mode 100755
index 000000000000..e2978abccb75
--- /dev/null
+++ b/srcpkgs/turnstile/files/turnstiled/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1 
+exec turnstiled
diff --git a/srcpkgs/turnstile/template b/srcpkgs/turnstile/template
new file mode 100644
index 000000000000..2e3a3be05c5c
--- /dev/null
+++ b/srcpkgs/turnstile/template
@@ -0,0 +1,21 @@
+# Template file for 'turnstile'
+pkgname=turnstile
+version=0.1.3
+revision=1
+build_style=meson
+configure_args=" -Ddinit=disabled"
+hostmakedepends="pkg-config scdoc"
+makedepends="pam-devel"
+short_desc="Independent session/login tracker"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/chimera-linux/turnstile"
+distfiles="https://github.com/chimera-linux/turnstile/archive/refs/tags/v${version}.tar.gz"
+checksum=cd74dee75f6b0a60cef27872fbb7747a5d07be46200eb4410e2509cb15851045
+
+conf_files="/etc/turnstile/turnstiled.conf"
+
+post_install() {
+	vlicense COPYING.md
+	vsv turnstiled
+}

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

* Re: New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (12 preceding siblings ...)
  2023-03-15 18:22 ` [PR PATCH] [Updated] " mobinmob
@ 2023-03-15 18:23 ` mobinmob
  2023-06-14  1:59 ` github-actions
  2023-06-28  2:07 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: mobinmob @ 2023-03-15 18:23 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#issuecomment-1470542387

Comment:
- Add the config file to `conf_files`.

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

* Re: New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (13 preceding siblings ...)
  2023-03-15 18:23 ` mobinmob
@ 2023-06-14  1:59 ` github-actions
  2023-06-28  2:07 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-06-14  1:59 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42771#issuecomment-1590325935

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: turnstile-0.1.1
  2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
                   ` (14 preceding siblings ...)
  2023-06-14  1:59 ` github-actions
@ 2023-06-28  2:07 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-06-28  2:07 UTC (permalink / raw)
  To: ml

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

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

New package: turnstile-0.1.1
https://github.com/void-linux/void-packages/pull/42771

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

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


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


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

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

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 18:57 [PR PATCH] New package: turnstile-0.1.1 mobinmob
2023-03-14 18:57 ` [PR PATCH] [Updated] " mobinmob
2023-03-14 20:31 ` [PR REVIEW] " classabbyamp
2023-03-14 20:31 ` classabbyamp
2023-03-14 20:31 ` classabbyamp
2023-03-15 15:06 ` mobinmob
2023-03-15 15:07 ` mobinmob
2023-03-15 15:42 ` [PR PATCH] [Updated] " mobinmob
2023-03-15 15:44 ` [PR REVIEW] " mobinmob
2023-03-15 15:59 ` mobinmob
2023-03-15 16:01 ` mobinmob
2023-03-15 17:51 ` [PR PATCH] [Updated] " mobinmob
2023-03-15 17:52 ` mobinmob
2023-03-15 18:22 ` [PR PATCH] [Updated] " mobinmob
2023-03-15 18:23 ` mobinmob
2023-06-14  1:59 ` github-actions
2023-06-28  2:07 ` [PR PATCH] [Closed]: " github-actions

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