From 096250557edf47670bfacc73ddde0048db44b4d8 Mon Sep 17 00:00:00 2001 From: Enrico Belleri Date: Wed, 6 Apr 2022 12:35:01 +0200 Subject: [PATCH] New package: distrobox-1.3.1. --- srcpkgs/distrobox/INSTALL.msg | 5 +++++ srcpkgs/distrobox/template | 19 +++++++++++++++++++ 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 000000000000..c5ee7a3218ab --- /dev/null +++ b/srcpkgs/distrobox/INSTALL.msg @@ -0,0 +1,5 @@ +Distrobox uses podman or docker to create containers of the Linux distribution of your choice. +Either one of these packages need to be installed: + +- docker: enable docker usage +- podman: enable podman usage diff --git a/srcpkgs/distrobox/template b/srcpkgs/distrobox/template new file mode 100644 index 000000000000..a82103759cf2 --- /dev/null +++ b/srcpkgs/distrobox/template @@ -0,0 +1,19 @@ +# Template file for 'distrobox' +pkgname=distrobox +version=1.3.1 +revision=1 +short_desc="Podman/Docker wrapper to use any linux distribution in your terminal" +maintainer="Enrico Belleri " +license="GPL-3.0-or-later" +homepage="https://distrobox.privatedns.org" +distfiles="https://github.com/89luca89/${pkgname}/archive/${version}.tar.gz" +checksum=22b6625ca243f55c08630d37015cdbfbe1939516022bfef502aa6603f42b4d00 + +do_install() { + ./install --prefix "${DESTDIR}/usr" + vdoc docs/README.md + vdoc docs/compatibility.md + vdoc docs/distrobox_custom.md + vdoc docs/featured_articles.md + vdoc docs/useful_tips.md +}