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

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