Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xbpsvenv
@ 2020-08-16  0:32 Noah-Huppert
  2020-08-19 13:20 ` [PR PATCH] [Closed]: " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Noah-Huppert @ 2020-08-16  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Noah-Huppert/void-packages new-pkg-xbpsvenv
https://github.com/void-linux/void-packages/pull/24303

New package: xbpsvenv


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-xbpsvenv-24303.patch --]
[-- Type: text/x-diff, Size: 1104 bytes --]

From 09e86e1a6f8881fb6c121c2d12a56a7ff6b52162 Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sat, 15 Aug 2020 20:29:17 -0400
Subject: [PATCH] New package: xbpsvenv

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

diff --git a/srcpkgs/xbpsvenv/template b/srcpkgs/xbpsvenv/template
new file mode 100644
index 00000000000..8455a2560f3
--- /dev/null
+++ b/srcpkgs/xbpsvenv/template
@@ -0,0 +1,20 @@
+# Template file for 'xbpsvenv'
+pkgname=xbpsvenv
+version=0.2.3
+revision=1
+short_desc="Convenient separated void-packages environments"
+maintainer="Noah Huppert <contact@noahh.io>"
+license="MIT"
+homepage="https://github.com/Noah-Huppert/xbpsvenv"
+distfiles="https://github.com/Noah-Huppert/xbpsvenv/archive/v${version}.tar.gz"
+checksum=706a12ec3f26b61849a2b3802e18c5cdac389c6f856258ecdb1eb667050758cf
+
+do_install() {
+	vlicense LICENSE
+
+	vmkdir usr/share/xbpsvenv 755
+	vcopy * usr/share/xbpsvenv
+
+	vmkdir usr/bin/
+	ln -s /usr/share/xbpsvenv/xbpsvenv ${DESTDIR}/usr/bin/xbpsvenv
+}

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

* Re: [PR PATCH] [Closed]: New package: xbpsvenv
  2020-08-16  0:32 [PR PATCH] New package: xbpsvenv Noah-Huppert
@ 2020-08-19 13:20 ` sgn
  2020-08-19 18:19 ` Noah-Huppert
  2020-08-19 19:02 ` Noah-Huppert
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-08-19 13:20 UTC (permalink / raw)
  To: ml

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

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

New package: xbpsvenv
https://github.com/void-linux/void-packages/pull/24303

Description:
How to verify:

1. Install `xbpsvenv` package.
2. Run `xbpsvenv -h`. You should see help for the following sub-commands: `alias exec ls note pwd rm usectx workon`
3. Run `xbpsvenv ls` the line `Default  Workspace                   Alias  Notes` should print.

This will create the `$HOME/.local/share/xbpsvenv` directory. Uninstalling the package does not delete this directory since source code which the user works on is stored here.

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

* Re: New package: xbpsvenv
  2020-08-16  0:32 [PR PATCH] New package: xbpsvenv Noah-Huppert
  2020-08-19 13:20 ` [PR PATCH] [Closed]: " sgn
@ 2020-08-19 18:19 ` Noah-Huppert
  2020-08-19 19:02 ` Noah-Huppert
  2 siblings, 0 replies; 4+ messages in thread
From: Noah-Huppert @ 2020-08-19 18:19 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/24303#issuecomment-676584617

Comment:
@sgn may I ask why you closed my pull request without merging?

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

* Re: New package: xbpsvenv
  2020-08-16  0:32 [PR PATCH] New package: xbpsvenv Noah-Huppert
  2020-08-19 13:20 ` [PR PATCH] [Closed]: " sgn
  2020-08-19 18:19 ` Noah-Huppert
@ 2020-08-19 19:02 ` Noah-Huppert
  2 siblings, 0 replies; 4+ messages in thread
From: Noah-Huppert @ 2020-08-19 19:02 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/24303#issuecomment-676604754

Comment:
> @sgn may I ask why you closed my pull request without merging?

never mind some nice people in IRC explained. Although I would have appreciated an explanation, sorry I'm new to working in this repository.

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

end of thread, other threads:[~2020-08-19 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16  0:32 [PR PATCH] New package: xbpsvenv Noah-Huppert
2020-08-19 13:20 ` [PR PATCH] [Closed]: " sgn
2020-08-19 18:19 ` Noah-Huppert
2020-08-19 19:02 ` Noah-Huppert

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