summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/linux-ns-tools/Manifest1
-rw-r--r--dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/linux-ns-tools/Manifest b/dev-util/linux-ns-tools/Manifest
new file mode 100644
index 0000000..be92df9
--- /dev/null
+++ b/dev-util/linux-ns-tools/Manifest
@@ -0,0 +1 @@
+DIST linux-ns-tools-0.1.tar.gz 2909 BLAKE2B fea378cf4aa588b94b3da4bd49bb47c82c18ee6d6d12065168d8390d8c72c40e35a0303c2d15bf39fc573b845e8d251c31cd131ce342c40661c8f29a660acaba SHA512 afbbaeed8ee249acc73b0a6e668c8c343fb8d8e7d4248f1462c077ed36474d20e31be40d8922ad64b7863aa362e21f243859191cfa42f9ff6e40eb5e960f56cc
diff --git a/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild b/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild
new file mode 100644
index 0000000..7b80294
--- /dev/null
+++ b/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild
@@ -0,0 +1,14 @@
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Linux namespaces tools"
+HOMEPAGE="https://git.cynerd.cz/linux-ns-tools/"
+SRC_URI="https://git.cynerd.cz/linux-ns-tools/snapshot/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPLv2"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE=""
+
+RDEPEND=">sys-apps/shadow-4.2"