Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: please-0.3.16
@ 2020-12-08 19:14 edneville
  2020-12-08 19:16 ` [PR PATCH] [Updated] " edneville
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: edneville @ 2020-12-08 19:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/edneville/void-packages master
https://github.com/void-linux/void-packages/pull/27037

New package: please-0.3.16
Adding please, a simple regex-first sudo alternative in safe rust

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

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

From 29867e331175ff5ce5d448c7d5a30f416240d74b Mon Sep 17 00:00:00 2001
From: ed neville <ed@s5h.net>
Date: Tue, 8 Dec 2020 18:06:09 +0000
Subject: [PATCH] New package: please-0.3.16

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

diff --git a/srcpkgs/please/template b/srcpkgs/please/template
new file mode 100644
index 00000000000..eaebe2b0280
--- /dev/null
+++ b/srcpkgs/please/template
@@ -0,0 +1,33 @@
+# Template file for 'please'
+pkgname=please
+version=0.3.16
+revision=1
+_commit="d330c5b24018ad6144eeb12f382ca5c45c885640"
+wrksrc="${pkgname}-${_commit}-${_commit}"
+build_style=cargo
+hostmakedepends="cmake llvm clang pam-devel"
+depends="pam"
+short_desc="Please, a polite and easy to configure regex-first sudo alternative "
+maintainer="Ed Neville <ed@s5h.net>"
+license="GPL-3.0-or-later"
+homepage="https://www.usenix.org.uk/content/please.html"
+distfiles="https://gitlab.com/edneville/please/repository/archive.tar.gz?ref=$_commit>archive.tar.gz"
+checksum=8ab2db68a20e4dc2b2bfd1e7f46d2dd3cef53e7db1cf0e120e6add3043a00a5b
+
+pre_build() {
+        export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
+        export CC_${RUST_BUILD//-/_}="${BUILD_CC}"
+}
+
+post_install() {
+        local manpage
+        vdoc README.md
+        manpage=$(find ${wrksrc} -name please.ini.5 )
+        vman ${manpage}
+        manpage=$(find ${wrksrc} -name please.1 )
+        vman ${manpage}
+        please=$(find ${wrksrc} -name please )
+        pleaseedit=$(find ${wrksrc} -name pleaseedit )
+        vinstall ${please} 4755 usr/bin
+        vinstall ${pleaseedit} 4755 usr/bin
+}

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

end of thread, other threads:[~2021-04-18 23:42 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08 19:14 [PR PATCH] New package: please-0.3.16 edneville
2020-12-08 19:16 ` [PR PATCH] [Updated] " edneville
2020-12-08 19:24 ` edneville
2020-12-08 19:34 ` edneville
2020-12-08 20:15 ` [PR REVIEW] " ericonr
2020-12-08 20:15 ` ericonr
2020-12-08 20:15 ` ericonr
2020-12-08 20:15 ` ericonr
2020-12-09 18:43 ` [PR PATCH] [Updated] " edneville
2020-12-09 18:53 ` edneville
2020-12-09 19:29 ` ericonr
2020-12-09 21:04 ` edneville
2020-12-10  0:11 ` ericonr
2020-12-10  5:05 ` travankor
2020-12-10 21:10 ` [PR PATCH] [Updated] " edneville
2020-12-10 21:23 ` edneville
2020-12-11 19:13 ` [PR PATCH] [Updated] New package: please-0.3.17 edneville
2021-01-26 17:17 ` edneville
2021-01-29 19:36 ` edneville
2021-01-30 13:51 ` edneville
2021-03-02 18:46 ` edneville
2021-03-06 17:52 ` edneville
2021-03-11 19:12 ` [PR PATCH] [Updated] " edneville
2021-04-18 23:42 ` ericonr
2021-04-18 23:42 ` [PR PATCH] [Closed]: " ericonr

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