summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acct-user/ntopng/metadata.xml7
-rw-r--r--acct-user/ntopng/ntopng-0.ebuild12
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-user/ntopng/metadata.xml b/acct-user/ntopng/metadata.xml
new file mode 100644
index 000000000000..1e878c532c32
--- /dev/null
+++ b/acct-user/ntopng/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>netmon@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-user/ntopng/ntopng-0.ebuild b/acct-user/ntopng/ntopng-0.ebuild
new file mode 100644
index 000000000000..f6a1885ae868
--- /dev/null
+++ b/acct-user/ntopng/ntopng-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for ntopng"
+ACCT_USER_ID=296
+ACCT_USER_GROUPS=( ntopng )
+
+acct-user_add_deps