Github messages for voidlinux
 help / color / mirror / Atom feed
From: klardotsh <klardotsh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: distrobox-1.6.0.1-1
Date: Wed, 22 Nov 2023 04:46:04 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47347@inbox.vuxu.org> (raw)

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

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

https://github.com/klardotsh/void-packages klardotsh/distrobox
https://github.com/void-linux/void-packages/pull/47347

New package: distrobox-1.6.0.1-1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (I am currently using this `distrobox` package to manage my Discord, Zoom, and Steam containers on x86_64-musl)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

Rationale for inclusion despite being all shell scripts:

- A reasonable, casual bystander would expect to be able to "just install distrobox", it's not intuitive to require someone who wants their container management to Just Work to have to clone a Git repo that runs a shell script to install to sometimes the homedir, sometimes `/usr/local`
- This project updates at a reasonable cadence with real version numbers and is not just a "toss it in a contrib folder in your `PATH` and forget about it" type of script
- With some USE flag tinkering, we could make this auto-depend on `docker` or `podman` (or the recently supported [`lilipod`](https://github.com/89luca89/lilipod) written by the same author), perhaps with subpackages to create the dependency links

I very much don't like the `short_desc` here but it's what upstream provides for a description, and I can't think of a clearer, short/terse wording right now to encompass the broader usecase for the tool (for example, I don't really use any CLI tools with this thing: I'm managing Steam and Discord through it, which I launch via exported `.desktop` files and my launcher...)

---

This is a continuation of work done by another packager in #42123 earlier this year.

Resolves #36341.

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

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

From 3d02cbd533e3df2533addfe88a5a22276866bd57 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Tue, 21 Nov 2023 19:37:33 -0800
Subject: [PATCH] New package: distrobox-1.6.0.1-1

---
 srcpkgs/distrobox/INSTALL.msg |  1 +
 srcpkgs/distrobox/template    | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/distrobox/INSTALL.msg
 create mode 100644 srcpkgs/distrobox/template

diff --git a/srcpkgs/distrobox/INSTALL.msg b/srcpkgs/distrobox/INSTALL.msg
new file mode 100644
index 0000000000000..4f970e831ea81
--- /dev/null
+++ b/srcpkgs/distrobox/INSTALL.msg
@@ -0,0 +1 @@
+Distrobox requires one of 'docker' or 'podman' to be installed.
diff --git a/srcpkgs/distrobox/template b/srcpkgs/distrobox/template
new file mode 100644
index 0000000000000..10edbf166cad4
--- /dev/null
+++ b/srcpkgs/distrobox/template
@@ -0,0 +1,24 @@
+# Template file for 'distrobox'
+pkgname=distrobox
+version=1.6.0.1
+revision=1
+short_desc="Podman/Docker wrapper to use any linux distribution in your terminal"
+maintainer="klardotsh <josh@klar.sh>"
+depends=(curl)
+license="GPL-3.0-or-later"
+homepage="https://distrobox.privatedns.org"
+distfiles="https://github.com/89luca89/${pkgname}/archive/${version}.tar.gz"
+checksum=d6b1330b56f6a1bf844c26a27d87f39efd8ae088ed3063f6513d48cf9c18f57e
+
+do_install() {
+	./install --prefix "${DESTDIR}/usr"
+	vdoc docs/README.md
+	vdoc docs/compatibility.md
+	vdoc docs/featured_articles.md
+	vdoc docs/useful_tips.md
+	vdoc docs/posts/distrobox_custom.md
+	vdoc docs/posts/execute_commands_on_host.md
+	vdoc docs/posts/integrate_vscode_distrobox.md
+	vdoc docs/posts/run_latest_gnome_kde_on_distrobox.md
+	vdoc docs/posts/run_libvirt_in_distrobox.md
+}

             reply	other threads:[~2023-11-22  3:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-22  3:46 klardotsh [this message]
2023-11-22  3:47 ` [PR PATCH] [Updated] " klardotsh
2023-11-22  3:51 ` klardotsh
2023-11-28  4:17 ` [PR REVIEW] " 0x5c
2023-11-28  4:17 ` 0x5c
2024-03-02  1:43 ` github-actions
2024-03-16  1:44 ` [PR PATCH] [Closed]: " github-actions

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47347@inbox.vuxu.org \
    --to=klardotsh@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).