Github messages for voidlinux
 help / color / mirror / Atom feed
From: edneville <edneville@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: please-0.3.17
Date: Fri, 11 Dec 2020 20:13:51 +0100	[thread overview]
Message-ID: <20201211191351.286fvMVxK48eZcyNm4Rpb_xYXro7POK2-wAmhzqblLk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27037@inbox.vuxu.org>

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

There is an updated 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.17
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: 1435 bytes --]

From 393dc4fb5a60b9b6d2e82ada29c67477746873ad 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: pleaser-0.3.18

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

diff --git a/srcpkgs/pleaser/template b/srcpkgs/pleaser/template
new file mode 100644
index 00000000000..25d4a6f1030
--- /dev/null
+++ b/srcpkgs/pleaser/template
@@ -0,0 +1,29 @@
+# Template file for 'pleaser'
+pkgname=pleaser
+_binary=please
+version=0.3.18
+revision=1
+wrksrc="${_binary}-v${version}"
+build_style=cargo
+makedepends="cmake llvm clang pam-devel"
+short_desc="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/${_binary}/-/archive/v${version}/${_binary}-v${version}.tar.gz"
+checksum=0aee8a301e4d5a7b71e7afbdfb45a580f739b3c6b72b403efd977aaef69b55f5
+
+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}
+	chmod 4755 $DESTDIR/usr/bin/please $DESTDIR/usr/bin/pleaseedit
+}

  parent reply	other threads:[~2020-12-11 19:13 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` edneville [this message]
2021-01-26 17:17 ` [PR PATCH] [Updated] New package: please-0.3.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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201211191351.286fvMVxK48eZcyNm4Rpb_xYXro7POK2-wAmhzqblLk@z \
    --to=edneville@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).