Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rm-improved-0.13.1
@ 2020-05-18 15:10 juantascon
  2020-05-18 15:18 ` [PR PATCH] [Updated] " juantascon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: juantascon @ 2020-05-18 15:10 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1260 bytes --]

From 90b9085ae9cd669d71690f813c50adc02dcdc8b1 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..2548d2b3c41
--- /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"
+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
+}

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

* Re: [PR PATCH] [Updated] New package: rm-improved-0.13.1
  2020-05-18 15:10 [PR PATCH] New package: rm-improved-0.13.1 juantascon
@ 2020-05-18 15:18 ` juantascon
  2020-05-18 15:29 ` juantascon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: juantascon @ 2020-05-18 15:18 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: New package: rm-improved-0.13.1
  2020-05-18 15:10 [PR PATCH] New package: rm-improved-0.13.1 juantascon
  2020-05-18 15:18 ` [PR PATCH] [Updated] " juantascon
@ 2020-05-18 15:29 ` juantascon
  2021-11-06 22:33 ` [PR PATCH] [Closed]: " abenson
  2021-11-06 22:33 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: juantascon @ 2020-05-18 15:29 UTC (permalink / raw)
  To: ml

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

New comment by juantascon on void-packages repository

https://github.com/void-linux/void-packages/pull/22086#issuecomment-630259435

Comment:
@abenson comments addresses please check again

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

* Re: New package: rm-improved-0.13.1
  2020-05-18 15:10 [PR PATCH] New package: rm-improved-0.13.1 juantascon
                   ` (2 preceding siblings ...)
  2021-11-06 22:33 ` [PR PATCH] [Closed]: " abenson
@ 2021-11-06 22:33 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-11-06 22:33 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/22086#issuecomment-962518532

Comment:
Seemingly abandoned.

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

* Re: [PR PATCH] [Closed]: New package: rm-improved-0.13.1
  2020-05-18 15:10 [PR PATCH] New package: rm-improved-0.13.1 juantascon
  2020-05-18 15:18 ` [PR PATCH] [Updated] " juantascon
  2020-05-18 15:29 ` juantascon
@ 2021-11-06 22:33 ` abenson
  2021-11-06 22:33 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-11-06 22:33 UTC (permalink / raw)
  To: ml

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

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

New package: rm-improved-0.13.1
https://github.com/void-linux/void-packages/pull/22086

Description:


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

end of thread, other threads:[~2021-11-06 22:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 15:10 [PR PATCH] New package: rm-improved-0.13.1 juantascon
2020-05-18 15:18 ` [PR PATCH] [Updated] " juantascon
2020-05-18 15:29 ` juantascon
2021-11-06 22:33 ` [PR PATCH] [Closed]: " abenson
2021-11-06 22:33 ` abenson

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