Github messages for voidlinux
 help / color / mirror / Atom feed
From: juantascon <juantascon@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: rm-improved-0.13.1
Date: Mon, 18 May 2020 17:18:00 +0200	[thread overview]
Message-ID: <20200518151800.1qTc0EVj7Ft-yBlzH_4kp6K0CRAYg7VEpVTpZVf7n4g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22086@inbox.vuxu.org>

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

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

https://github.com/juantascon/void-packages rm-improved
https://github.com/void-linux/void-packages/pull/22086

New package: rm-improved-0.13.1


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

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

From f6d586087cf730ed754fbee731c258c840f77ab2 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 18 May 2020 17:04:26 +0200
Subject: [PATCH] New package: rm-improved-0.13.1

---
 srcpkgs/rm-improved/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/rm-improved/template

diff --git a/srcpkgs/rm-improved/template b/srcpkgs/rm-improved/template
new file mode 100644
index 00000000000..dad38238389
--- /dev/null
+++ b/srcpkgs/rm-improved/template
@@ -0,0 +1,22 @@
+# Template file for 'rm-improved'
+pkgname=rm-improved
+version=0.13.1
+revision=1
+build_style=cargo
+short_desc="Safe and ergonomic alternative to rm"
+maintainer="Juan <juan@horlux.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/nivekuil/rip"
+distfiles="https://crates.io/api/v1/crates/rm-improved/${version}/download>rm-improved-${version}.tar.gz"
+checksum=6964bbdb1633b3af61aa3488175d111bb5cc84e56cd668255e0fb7dce4008722
+
+if [ "$CROSS_BUILD" ]; then
+	export HOST_CC="$BUILD_CC"
+	export HOST_CFLAGS="$BUILD_CFLAGS"
+	export BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$XBPS_CROSS_BASE"
+fi
+
+# We only want to install the binary, so don't run cargo install
+do_install() {
+	vbin target/${RUST_TARGET}/release/rip
+}

  reply	other threads:[~2020-05-18 15:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 15:10 [PR PATCH] " juantascon
2020-05-18 15:18 ` juantascon [this message]
2020-05-18 15:29 ` juantascon
2021-11-06 22:33 ` abenson
2021-11-06 22:33 ` [PR PATCH] [Closed]: " abenson

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=20200518151800.1qTc0EVj7Ft-yBlzH_4kp6K0CRAYg7VEpVTpZVf7n4g@z \
    --to=juantascon@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).