From 654c3fa1f4d606e84281dc16f48c22c8023358ee Mon Sep 17 00:00:00 2001 From: Josh Klar 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 | 23 +++++++++++++++++++++++ 2 files changed, 24 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..377b78985c949 --- /dev/null +++ b/srcpkgs/distrobox/template @@ -0,0 +1,23 @@ +# 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 " +license="GPL-3.0-or-later" +homepage="https://distrobox.it" +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 +}