From f0f79b72d16c84b284e79f6e60c5b258dc2b25b8 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 | 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..39b70b1ef2dbe --- /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" +depends=(curl) +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 +}