summaryrefslogtreecommitdiff
path: root/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-31 22:21:55 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-31 22:21:55 +0200
commitc7f5835f91b388037f52cf3ccf4e286714444802 (patch)
tree06d133b947b18f114df2bd44598fbc7d41acfc56 /dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild
parent564d4a7c4749471af94b73d2cd3439d2ef2c6e25 (diff)
downloadgentoo-personal-overlay-c7f5835f91b388037f52cf3ccf4e286714444802.tar.gz
gentoo-personal-overlay-c7f5835f91b388037f52cf3ccf4e286714444802.tar.bz2
gentoo-personal-overlay-c7f5835f91b388037f52cf3ccf4e286714444802.zip
Add linux-ns-tools
Diffstat (limited to 'dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild')
-rw-r--r--dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild14
1 files changed, 14 insertions, 0 deletions
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"